| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index b992b2242177f9ef0df5d40a56f2fe9bf1a33994..ea99efc9849aef12e8bca916e84330992648ad54 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -327,6 +327,9 @@ const char kDisableQuicPortSelection[] = "disable-quic-port-selection";
|
| // Prevents the save password bubble from being enabled.
|
| const char kDisableSavePasswordBubble[] = "disable-save-password-bubble";
|
|
|
| +// Prevents SDCH persistence from being used.
|
| +const char kDisableSdchPersistence[] = "disable-sdch-persistence";
|
| +
|
| // Disables using bubbles for session restore request.
|
| const char kDisableSessionCrashedBubble[] = "disable-session-crashed-bubble";
|
|
|
| @@ -537,6 +540,9 @@ const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
|
| // Enables SDCH for https schemes.
|
| const char kEnableSdchOverHttps[] = "enable-sdch-over-https";
|
|
|
| +// Enables SDCH persistence.
|
| +const char kEnableSdchPersistence[] = "enable-sdch-persistence";
|
| +
|
| // Enables using bubbles for session restore request instead of infobars.
|
| const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble";
|
|
|
|
|