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

Unified Diff: webkit/glue/context_menu.h

Issue 335023: Add the feature "Add as seach engine..." when right clicking on ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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') | 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 90541)
+++ webkit/glue/context_menu.h (working copy)
@@ -66,6 +66,10 @@
// on.
GURL page_url;
+ // This is the absolute keyword search URL including the %s search tag when
+ // the "Add as search engine..." option is clicked (left empty if not used).
+ GURL keyword_url;
+
// This is the URL of the subframe that the context menu was invoked on.
GURL frame_url;
« no previous file with comments | « content/common/view_messages.h ('k') | webkit/glue/context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698