| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 47c03b11717b3de7d7f40d56b55f38e3ff70665c..294494bde92ac133d3cca9ab6d9a6c0b91f198dc 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -552,6 +552,10 @@ const char kEnableQuicPortSelection[] = "enable-quic-port-selection";
|
| const char kEnableQuicTimeBasedLossDetection[] =
|
| "enable-quic-time-based-loss-detection";
|
|
|
| +// Enables context-sensitive reader mode button in the toolbar.
|
| +const char kEnableReaderModeToolbarIcon[] =
|
| + "enable-reader-mode-toolbar-icon";
|
| +
|
| // Enables save password prompt bubble.
|
| const char kEnableSavePasswordBubble[] = "enable-save-password-bubble";
|
|
|
|
|