Chromium Code Reviews| Index: chrome/common/chrome_switches.h |
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h |
| index c168e36d86ed4f40f99a86716280a4a045442b71..91e4b6b695d8e42492679a39ecafc533756bfc6f 100644 |
| --- a/chrome/common/chrome_switches.h |
| +++ b/chrome/common/chrome_switches.h |
| @@ -79,6 +79,7 @@ extern const char kDisableExtensions[]; |
| extern const char kDisableIPv6[]; |
| extern const char kDisableJavaScriptHarmonyShipping[]; |
| extern const char kDisableMinimizeOnSecondLauncherItemClick[]; |
| +extern const char kDisableNewOfflineErrorPage[]; |
| extern const char kDisableNTPOtherSessionsMenu[]; |
| extern const char kDisableOfflineAutoReload[]; |
| extern const char kDisableOfflineAutoReloadVisibleOnly[]; |
| @@ -398,6 +399,7 @@ bool AboutInSettingsEnabled(); |
| bool OutOfProcessPdfEnabled(); |
| bool PdfMaterialUIEnabled(); |
| bool SettingsWindowEnabled(); |
| +bool NewOfflineErrorPageEnabled(); |
|
sky
2015/01/29 23:45:56
nit: keep sort order.
afakhry
2015/01/30 00:24:38
Done.
|
| #if defined(OS_CHROMEOS) |
| bool PowerOverlayEnabled(); |