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

Unified Diff: remoting/host/safe_mode.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/host_attributes.cc ('k') | remoting/host/safe_mode.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/safe_mode.h
diff --git a/remoting/host/safe_mode.h b/remoting/host/safe_mode.h
new file mode 100644
index 0000000000000000000000000000000000000000..d1aa1cbe1d4468cd144b300c4f440630723b99ce
--- /dev/null
+++ b/remoting/host/safe_mode.h
@@ -0,0 +1,15 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef REMOTING_HOST_SAFE_MODE_H_
+#define REMOTING_HOST_SAFE_MODE_H_
+
+namespace remoting {
+
+// Checks whether host is running in safe-mode.
+extern bool ExecuteHostInSafeMode();
+
+} // namespace remoting
+
+#endif // REMOTING_HOST_SAFE_MODE_H_
« no previous file with comments | « remoting/host/host_attributes.cc ('k') | remoting/host/safe_mode.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698