Index: extensions/common/switches.h |
diff --git a/extensions/common/switches.h b/extensions/common/switches.h |
index 43cc0f1ea796f599dec038d8d9b4460b2f939816..e6ff310d4a32461325781f3c35f08f6ae346a1f8 100644 |
--- a/extensions/common/switches.h |
+++ b/extensions/common/switches.h |
@@ -15,6 +15,8 @@ extern const char kAllowLegacyExtensionManifests[]; |
extern const char kAllowScriptingGallery[]; |
extern const char kEnableExperimentalExtensionApis[]; |
extern const char kErrorConsole[]; |
+extern const char kEventPageIdleTime[]; |
+extern const char kEventPageSuspendingTime[]; |
extern const char kExtensionsOnChromeURLs[]; |
extern const char kShowComponentExtensionOptions[]; |