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

Unified Diff: remoting/host/config_file_watcher.h

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « ppapi/shared_impl/ppapi_switches.h ('k') | remoting/host/config_file_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/config_file_watcher.h
diff --git a/remoting/host/config_file_watcher.h b/remoting/host/config_file_watcher.h
index f6fe266c8307842f8e78e09e9bf12ba207a6d077..fcb2591d58fc0f206e9ec2bcaeb456e1562b7ce5 100644
--- a/remoting/host/config_file_watcher.h
+++ b/remoting/host/config_file_watcher.h
@@ -16,7 +16,10 @@ class SingleThreadTaskRunner;
namespace remoting {
-extern const char kHostConfigSwitchName[];
+namespace {
+const char kHostConfigSwitchName[] = "host-config";
+}
+
extern const base::FilePath::CharType kDefaultHostConfigFile[];
class ConfigFileWatcherImpl;
« no previous file with comments | « ppapi/shared_impl/ppapi_switches.h ('k') | remoting/host/config_file_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698