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

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: compiler issues 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
« no previous file with comments | « no previous file | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/host_main.cc
diff --git a/remoting/host/host_main.cc b/remoting/host/host_main.cc
index cd6705a660aa427fe6a5b06fd0af0bfd27e2f5d4..403ff64f03a048e4143b126e191035d0a53b5be6 100644
--- a/remoting/host/host_main.cc
+++ b/remoting/host/host_main.cc
@@ -76,7 +76,9 @@ 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 a window to remote,"
+ " instead of the whole desktop.\n";
void Usage(const base::FilePath& program_name) {
printf(kUsageMessage, program_name.MaybeAsASCII().c_str());
« no previous file with comments | « no previous file | remoting/host/remoting_me2me_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698