Chromium Code Reviews| Index: chrome/browser/chrome_content_browser_client.cc |
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
| index 52170478c46730b44a1278ada79ff5ecec3eadf7..d3ad3f41e8cc17b8cd2941d0c19ce575fba2db0e 100644 |
| --- a/chrome/browser/chrome_content_browser_client.cc |
| +++ b/chrome/browser/chrome_content_browser_client.cc |
| @@ -1634,6 +1634,9 @@ void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( |
| // is initialized correctly. |
| if (command_line->HasSwitch(switches::kEnableBenchmarking)) |
| DCHECK(command_line->HasSwitch(switches::kEnableStatsTable)); |
| + |
| + if (VersionInfo::GetChannel() <= VersionInfo::CHANNEL_DEV) |
| + command_line->AppendSwitch(switches::kEnableOfflineAutoReload); |
|
mmenke
2014/02/13 20:42:17
These are usually done with field trials. Also wo
|
| } |
| std::string ChromeContentBrowserClient::GetApplicationLocale() { |