| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index ac3e68b6cdd9649144d5bddab76010f1f9f76fd5..86c97a2415becec90c945c697f7bb2b683288c90 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -808,14 +808,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";
|
|
|
|
|