| Index: chrome/browser/tab_contents/render_view_host_delegate_helper.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_host_delegate_helper.cc (revision 40232)
|
| +++ chrome/browser/tab_contents/render_view_host_delegate_helper.cc (working copy)
|
| @@ -175,7 +175,7 @@
|
| web_prefs.remote_fonts_enabled =
|
| !command_line.HasSwitch(switches::kDisableRemoteFonts);
|
| web_prefs.xss_auditor_enabled =
|
| - !command_line.HasSwitch(switches::kDisableXSSAuditor);
|
| + command_line.HasSwitch(switches::kEnableXSSAuditor);
|
| web_prefs.application_cache_enabled =
|
| command_line.HasSwitch(switches::kEnableApplicationCache);
|
|
|
|
|