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

Unified Diff: chrome/common/chrome_switches.h

Issue 2306143002: Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Mege Created 4 years, 2 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: chrome/common/chrome_switches.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index fa172892c5789ed56ef17fd0391b01922c592464..f5312ea8109cd841010605556228cf7256531756 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -121,6 +121,9 @@ extern const char kEnableExperimentalHotwordHardware[];
extern const char kEnableExtensionActivityLogging[];
extern const char kEnableExtensionActivityLogTesting[];
extern const char kEnableFastUnload[];
+#if defined(OS_CHROMEOS)
+extern const char kEnableLoginApps[];
emaxx 2016/11/04 13:54:51 There's a separate section for "if defined(OS_CHRO
emaxx 2016/11/04 13:54:51 Maybe replace "login" with "signin" here too?
Denis Kuznetsov (DE-MUC) 2016/11/08 18:47:49 Done.
+#endif // defined(OS_CHROMEOS)
extern const char kEnableMaterialDesignFeedback[];
extern const char kEnableMaterialDesignPolicyPage[];
extern const char kEnableNaCl[];

Powered by Google App Engine
This is Rietveld 408576698