Index: chrome/common/chrome_switches.h |
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
index 56ff7567771da8e15543e519b31de3ea608077a6..8a65dacaa37aa4a08dd4c77275666200e9f818e7 100644 |
--- a/chrome/common/chrome_switches.h |
+++ b/chrome/common/chrome_switches.h |
@@ -149,6 +149,7 @@ extern const char kEnableOriginChipOnSrp[]; |
extern const char kEnablePanels[]; |
extern const char kEnablePermissionsBubbles[]; |
extern const char kEnablePluginPlaceholderShadowDom[]; |
+extern const char kEnablePowerOverlay[]; |
extern const char kEnablePrintPreviewRegisterPromos[]; |
extern const char kEnablePrivetStorage[]; |
extern const char kEnableProfiling[]; |
@@ -399,6 +400,10 @@ extern const char kFileManagerExtensionPath[]; |
bool AboutInSettingsEnabled(); |
bool SettingsWindowEnabled(); |
+#if defined(OS_CHROMEOS) |
+bool PowerOverlayEnabled(); |
+#endif |
+ |
// DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
// alphabetical order, or in one of the ifdefs (also in order in each section). |