Index: chrome/browser/about_flags.cc |
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc |
index de7bc6efd5ea64e103696091f287206214dc0abf..47f70d630dcdc9e84054d9b32d20922e4954900d 100644 |
--- a/chrome/browser/about_flags.cc |
+++ b/chrome/browser/about_flags.cc |
@@ -1985,6 +1985,13 @@ const Experiment kExperiments[] = { |
kOsDesktop, |
SINGLE_VALUE_TYPE(switches::kOutOfProcessPdf) |
}, |
+ { |
+ "enable-offline-auto-reload", |
Randy Smith (Not in Mondays)
2014/02/26 00:07:38
This is the second definition of this flag; I crea
Elly Fong-Jones
2014/03/03 19:31:07
Done.
|
+ IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_NAME, |
+ IDS_FLAGS_ENABLE_OFFLINE_AUTO_RELOAD_DESCRIPTION, |
+ kOsAll, |
+ SINGLE_VALUE_TYPE(switches::kEnableOfflineAutoReload) |
+ }, |
}; |
const Experiment* experiments = kExperiments; |