| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 39328)
|
| +++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
|
| @@ -188,6 +188,8 @@
|
| !command_line.HasSwitch(switches::kDisableSiteSpecificQuirks);
|
| web_prefs.geolocation_enabled =
|
| command_line.HasSwitch(switches::kEnableGeolocation);
|
| + web_prefs.allow_file_access_from_file_urls =
|
| + command_line.HasSwitch(switches::kAllowFileAccessFromFiles);
|
| }
|
|
|
| web_prefs.uses_universal_detector =
|
|
|