Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(585)

Unified Diff: content/browser/renderer_host/render_view_host_impl.cc

Issue 905683002: Script streaming: remove config. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chrome_browser_field_trials.cc ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2be0fc0877e8dc3c3de566d90418b998ee416749..2fa1a9ed53c6a0848af9bfa2e63a032180167de1 100644
--- a/content/browser/renderer_host/render_view_host_impl.cc
+++ b/content/browser/renderer_host/render_view_host_impl.cc
@@ -512,12 +512,6 @@ WebPreferences RenderViewHostImpl::ComputeWebkitPrefs(const GURL& url) {
prefs.v8_cache_options = V8_CACHE_OPTIONS_DEFAULT;
}
- // TODO(marja): Clean up preferences + command line flag after streaming has
- // launched in stable.
- prefs.v8_script_streaming_enabled = true;
- prefs.v8_script_streaming_mode =
- V8_SCRIPT_STREAMING_MODE_ONLY_ASYNC_AND_DEFER;
-
GetContentClient()->browser()->OverrideWebkitPrefs(this, url, &prefs);
return prefs;
}
« no previous file with comments | « chrome/browser/chrome_browser_field_trials.cc ('k') | content/public/common/common_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698