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

Unified Diff: remoting/host/host_main.cc

Issue 422503004: Adding ability to stream windows and inject events to them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added comments, removed extraneous commented out code, and reformatted. Created 6 years, 4 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
Index: remoting/host/host_main.cc
diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
index 947e4ccc1de4698032a3ce31cad109ca84baa612..f0411ddd2e857133ed0cfbf85e333a3b3e1eb802 100644
--- a/remoting/host/host_main.cc
+++ b/remoting/host/host_main.cc
@@ -76,7 +76,8 @@ const char kUsageMessage[] =
" --host-config=<config> - Specifies the host configuration.\n"
" --help, -? - Print this message.\n"
" --type - Specifies process type.\n"
- " --version - Prints the host version and exits.\n";
+ " --version - Prints the host version and exits.\n"
+ " --window-id=<id> - Specifies that a window should be streamed.\n";
Wez 2014/08/06 04:10:15 nit: "Specifies a window to remote, instead of the
ronakvora do not use 2014/08/06 20:56:17 It seems like there's been an exception made when
Wez 2014/08/07 23:14:32 Not sure what you mean? An exception to what?
ronakvora do not use 2014/08/08 17:07:13 Ah, sorry, when I had increased the spacing betwee
void Usage(const base::FilePath& program_name) {
printf(kUsageMessage, program_name.MaybeAsASCII().c_str());

Powered by Google App Engine
This is Rietveld 408576698