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

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: 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.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index 30c7c9aed5cb6b898505cda7824f9ececcd0e936..110b2d723954272e2981ff99b9ca95f364beaea2 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -107,6 +107,10 @@ 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.
Charlie Reis 2013/01/09 22:35:06 Similar TODO. We don't want this sticking around.
Fady Samuel 2013/01/09 22:40:57 Done.
+ bool report_frame_name_changes;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698