| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index db5d74edc68caf18ef1ac65cd554b705475b05b4..e2c744126fe5eb097f9236a54bf31953e5054d84 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
|
|
|