Index: extensions/common/switches.cc |
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc |
index afa05b18da0c121e5cb51609520717e406a338bc..be37378726f29c25b1beb0c9e57e659065c0cdaf 100644 |
--- a/extensions/common/switches.cc |
+++ b/extensions/common/switches.cc |
@@ -53,14 +53,6 @@ const char kEnableOverrideBookmarksUI[] = "enable-override-bookmarks-ui"; |
// them in the chrome:extensions page. |
const char kErrorConsole[] = "error-console"; |
-// The time in milliseconds that an extension event page can be idle before it |
-// is shut down. |
-const char kEventPageIdleTime[] = "event-page-idle-time"; |
- |
-// The time in milliseconds that an extension event page has between being |
-// notified of its impending unload and that unload happening. |
-const char kEventPageSuspendingTime[] = "event-page-unloading-time"; |
- |
// Whether to switch to extension action redesign mode (experimental). |
const char kExtensionActionRedesign[] = "extension-action-redesign"; |