| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 24c5a10e40812766e06a3c70048f75b631c4ccce..9be0e732e3498c69499894ceaf00ceb3f7b3f010 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -675,6 +675,9 @@ const char kEnableNetworkTime[] = "enable-network-time";
|
| // HTTP is still used for all requests.
|
| const char kEnableNpnHttpOnly[] = "enable-npn-http";
|
|
|
| +// Enable auto-reload of error pages if offline.
|
| +const char kEnableOfflineAutoReload[] = "enable-offline-auto-reload";
|
| +
|
| // Enables omnibox auto-completion when IME is active. The auto-completion for
|
| // IME is shown in the same style as the normal(non-IME) auto-completion.
|
| const char kEnableOmniboxAutoCompletionForIme[] =
|
|
|