| Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| index 41829ac0f8e850986cf12c6171d6306c63b77912..7bb9e27273b9ca8116f543dc670db6da955c4731 100644
|
| --- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| +++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
| @@ -338,7 +338,7 @@ void ChromeBrowserMainPartsChromeos::PreProfileInit() {
|
| // TODO(abarth): Should this move to InitializeNetworkOptions()?
|
| // Allow access to file:// on ChromeOS for tests.
|
| if (parsed_command_line().HasSwitch(switches::kAllowFileAccess))
|
| - net::URLRequest::AllowFileAccess();
|
| + net::URLRequest::AllowAccessToAllFiles();
|
|
|
| // There are two use cases for kLoginUser:
|
| // 1) if passed in tandem with kLoginPassword, to drive a "StubLogin"
|
|
|