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

Unified Diff: remoting/host/switches.h

Issue 2936603003: [Chromoting] Implement host safe-mode
Patch Set: Created 3 years, 6 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 | « remoting/host/safe_mode.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/switches.h
diff --git a/remoting/host/switches.h b/remoting/host/switches.h
index 11c013e9afbf6d3874e30014aaaa1fac3325f47a..f11b5a63b11fcb5a1bf26a04a1c777d3198fd399 100644
--- a/remoting/host/switches.h
+++ b/remoting/host/switches.h
@@ -42,6 +42,10 @@ extern const char kOutputSwitchName[];
// processes.
extern const char kMojoPipeToken[];
+// Forces current process to execute in "safe-mode", i.e. any experimental
+// features will be disabled.
+extern const char kSafeMode[];
+
} // namespace remoting
#endif // REMOTING_HOST_SWITCHES_H_
« no previous file with comments | « remoting/host/safe_mode.cc ('k') | remoting/host/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698