| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8395a22a530cfe017862ad0d074d4e09fdab2dad..27f54b1f68c9ec921432e632096863717ef9959e 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -375,6 +375,9 @@ const char kDisableScriptedPrintThrottling[] =
|
| const char kDisableSearchButtonInOmnibox[] =
|
| "disable-search-button-in-omnibox";
|
|
|
| +// Disables using bubbles for session restore request.
|
| +const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
|
| +
|
| // Disable SPDY/3.1. This is a temporary testing flag.
|
| const char kDisableSpdy31[] = "disable-spdy31";
|
|
|
|
|