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

Unified Diff: webkit/glue/context_menu.h

Issue 6880275: Web Introducer overview Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 9 years, 8 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 | « ipc/ipc_message_utils.h ('k') | webkit/glue/context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/context_menu.h
===================================================================
--- webkit/glue/context_menu.h (revision 79632)
+++ webkit/glue/context_menu.h (working copy)
@@ -23,6 +23,16 @@
CustomContextMenuContext();
};
+struct IntroductionContext {
+ int request_id;
+ std::string customer;
+ int64 frame_id;
+ std::vector<std::string> wanted;
+ int port_id;
+
+ IntroductionContext() : request_id(0), frame_id(0), port_id(0) {}
+};
+
} // namespace webkit_glue
// TODO(viettrungluu): Put this in the webkit_glue namespace.
@@ -110,6 +120,7 @@
// The character encoding of the frame on which the menu is invoked.
std::string frame_charset;
+ webkit_glue::IntroductionContext introduction_context;
webkit_glue::CustomContextMenuContext custom_context;
std::vector<WebMenuItem> custom_items;
« no previous file with comments | « ipc/ipc_message_utils.h ('k') | webkit/glue/context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698