Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index 270e77c53747148e44d852628a5ebc2467d9c686..6d702849a02d9bf8fe8dd26bee414e5bd9f5a51e 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -2154,6 +2154,14 @@ const Experiment kExperiments[] = { |
kOsDesktop, |
SINGLE_VALUE_TYPE(switches::kEnableDelayAgnosticAec) |
}, |
+ { |
+ "enable-new-offline-error-page", |
+ IDS_FLAGS_ENABLE_NEW_OFFLINE_ERROR_PAGE, |
+ IDS_FLAGS_ENABLE_NEW_OFFLINE_ERROR_PAGE_DESCRIPTION, |
+ kOsCrOS, |
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewOfflineErrorPage, |
+ switches::kDisableNewOfflineErrorPage) |
+ }, |
oshima
2015/01/23 21:49:03
I still think we don't need about flags. We want t
afakhry
2015/01/24 00:53:16
Done.
|
// NOTE: Adding new command-line switches requires adding corresponding |
// entries to enum "LoginCustomFlags" in histograms.xml. See note in |