| Index: content/browser/web_contents/web_contents_impl.cc
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl.cc (revision 161658)
|
| +++ content/browser/web_contents/web_contents_impl.cc (working copy)
|
| @@ -525,8 +525,6 @@
|
| command_line.HasSwitch(switches::kEnablePrivilegedWebGLExtensions);
|
| prefs.site_specific_quirks_enabled =
|
| !command_line.HasSwitch(switches::kDisableSiteSpecificQuirks);
|
| - prefs.allow_universal_access_from_file_urls =
|
| - command_line.HasSwitch(switches::kAllowUniversalAccessFromFiles);
|
| prefs.allow_file_access_from_file_urls =
|
| command_line.HasSwitch(switches::kAllowFileAccessFromFiles);
|
| prefs.show_composited_layer_borders =
|
|
|