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

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

Issue 11833016: Fix Sunspider performance regression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments 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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index 30c7c9aed5cb6b898505cda7824f9ececcd0e936..938e10aad2c793bad8d1333fd2365f86739249cf 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -107,6 +107,14 @@ struct CONTENT_EXPORT RendererPreferences {
// Specifies whether renderer input event throttle is enabled.
bool throttle_input_events;
+
+ // Specifies whether the renderer reports frame name changes to the browser
+ // process.
+ // TODO(fsamuel): This is a short-term workaround to avoid regressing
+ // Sunspider. We need to find an efficient way to report changes to frame
+ // names to the browser process. See http://crbug.com/169110 for more
+ // information.
+ bool report_frame_name_changes;
};
} // namespace content
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698