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

Unified Diff: chrome/common/automation_messages.h

Issue 9382037: Move ContextMenuParams struct from webkit/glue to content/public/common. The reasons are: (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 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
Index: chrome/common/automation_messages.h
===================================================================
--- chrome/common/automation_messages.h (revision 121660)
+++ chrome/common/automation_messages.h (working copy)
@@ -27,7 +27,6 @@
IPC_ENUM_TRAITS(AutomationMsg_NavigationResponseValues)
IPC_ENUM_TRAITS(AutomationMsg_ExtensionProperty)
IPC_ENUM_TRAITS(content::PageType)
-IPC_ENUM_TRAITS(content::SecurityStyle)
IPC_STRUCT_BEGIN(AutomationMsg_Find_Params)
// The word(s) to find on the page.
@@ -78,7 +77,7 @@
IPC_STRUCT_MEMBER(bool, ran_insecure_content)
IPC_STRUCT_END()
-// A stripped down version of ContextMenuParams in webkit/glue/context_menu.h.
+// A stripped down version of ContextMenuParams.
IPC_STRUCT_BEGIN(MiniContextMenuParams)
// The x coordinate for displaying the menu.
IPC_STRUCT_MEMBER(int, screen_x)

Powered by Google App Engine
This is Rietveld 408576698