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

Unified Diff: content/public/common/renderer_preferences.cc

Issue 11833016: Fix Sunspider performance regression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
Index: content/public/common/renderer_preferences.cc
diff --git a/content/public/common/renderer_preferences.cc b/content/public/common/renderer_preferences.cc
index 2ee7cc18de4a3260ea6ad55b0de5c59061b8816f..40d108eeba1b47b60328525df38bcb0f40dfab92 100644
--- a/content/public/common/renderer_preferences.cc
+++ b/content/public/common/renderer_preferences.cc
@@ -31,7 +31,8 @@ RendererPreferences::RendererPreferences()
enable_referrers(true),
enable_do_not_track(false),
default_zoom_level(0),
- throttle_input_events(true) {
+ throttle_input_events(true),
+ report_frame_name_changes(false) {
}
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698