| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index ac1298b6ad79a778ba918d9a3dcd313898e67283..a889e3a7b1c1baf2b06f22733f369f47df44b59a 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -489,6 +489,9 @@ WebPreferences RenderViewHostImpl::ComputeWebkitPrefs(const GURL& url) {
|
| prefs.spatial_navigation_enabled = command_line.HasSwitch(
|
| switches::kEnableSpatialNavigation);
|
|
|
| + prefs.strict_mixed_content_checking =
|
| + command_line.HasSwitch(switches::kEnableStrictMixedContentChecking);
|
| +
|
| std::string v8_cache_options =
|
| command_line.GetSwitchValueASCII(switches::kV8CacheOptions);
|
| if (v8_cache_options.empty())
|
|
|