Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: tools/android/forwarder2/command.h

Issue 19478003: Remove Thread wrapper class in forwarder2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Marcus' comments Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/android/forwarder2/device_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/forwarder2/command.h
diff --git a/tools/android/forwarder2/command.h b/tools/android/forwarder2/command.h
index dfbd7e08707d30843b6687c807a8ba2966a66305..8e222ef7bb96502ad97d705bdc09a9eb6a5e38de 100644
--- a/tools/android/forwarder2/command.h
+++ b/tools/android/forwarder2/command.h
@@ -26,9 +26,9 @@ enum Type {
HOST_SERVER_SUCCESS,
KILL_ALL_LISTENERS,
LISTEN,
- UNMAP_PORT,
- UNMAP_PORT_ERROR,
- UNMAP_PORT_SUCCESS,
+ UNLISTEN,
+ UNLISTEN_ERROR,
+ UNLISTEN_SUCCESS,
};
} // namespace command
« no previous file with comments | « no previous file | tools/android/forwarder2/device_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698