Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index f8ce50229e9d71b70ad2fea0e675e32d9acd39f9..db78f4949650247cd8f74c9e2de7388cf71b2f74 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -449,6 +449,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[] = "lazy-background-pages"; |
Aaron Boodman
2011/08/17 04:24:15
The flag name should follow the convention of the
Tessa MacDuff
2011/08/18 16:58:10
Done.
|
+ |
// 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 |