| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 20d49e6c391a103ac697a004df8753f3e0c1383d..a75946f03e6aa53a7297736a4d76b489f6d685c2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -813,14 +813,6 @@ const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy";
|
| // numbers.
|
| const char kExplicitlyAllowedPorts[] = "explicitly-allowed-ports";
|
|
|
| -// The time in seconds that an extension event page can be idle before it
|
| -// is shut down.
|
| -const char kEventPageIdleTime[] = "event-page-idle-time";
|
| -
|
| -// The time in seconds that an extension event page has between being notified
|
| -// of its impending unload and that unload happening.
|
| -const char kEventPageSuspendingTime[] = "event-page-unloading-time";
|
| -
|
| // Marks a renderer as extension process.
|
| const char kExtensionProcess[] = "extension-process";
|
|
|
|
|