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

Unified Diff: content/common/view_messages.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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index ffdda9b37e0948b14f5dbf82aaa24f884f4e3971..547b2db52a28efe373f041ea2747c41c8d208eb3 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -253,6 +253,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(default_zoom_level)
IPC_STRUCT_TRAITS_MEMBER(user_agent_override)
IPC_STRUCT_TRAITS_MEMBER(throttle_input_events)
+ IPC_STRUCT_TRAITS_MEMBER(report_frame_name_changes)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(webkit_glue::WebCookie)

Powered by Google App Engine
This is Rietveld 408576698