| 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);
|
| }
|
|
|
| std::string ChromeContentBrowserClient::GetApplicationLocale() {
|
|
|