Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index af19ac85fcb566758f9c3aff56595a4b7bfaf921..bc9942be19b82326d049cd9cc5e5c9ab17f852e7 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -466,6 +466,10 @@ const char kEnableIPCFuzzing[] = "enable-ipc-fuzzing"; |
// attempt to use the existing connection. |
const char kEnableIPPooling[] = "enable-ip-pooling"; |
+// Enables some extension background pages to be loaded when they are |
+// needed rather than when the extensions are first loaded. |
+const char kEnableLazyBackgroundPages[] = "enable-lazy-background-pages"; |
+ |
// Enables MAC cookies in the network stack. These cookies use HMAC to |
// protect session state from passive network attackers. |
// http://tools.ietf.org/html/draft-hammer-oauth-v2-mac-token |