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

Unified Diff: chrome/browser/ui/gtk/menu_gtk.cc

Issue 21323003: The UI part of search-by-image search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 5 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/browser/ui/gtk/menu_gtk.cc
===================================================================
--- chrome/browser/ui/gtk/menu_gtk.cc (revision 214769)
+++ chrome/browser/ui/gtk/menu_gtk.cc (working copy)
@@ -132,6 +132,7 @@
switch (command_id) {
case IDC_NEW_TAB:
case IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB:
+ case IDC_CONTENT_CONTEXT_SEARCHIMAGENEWTAB:
case IDC_CONTENT_CONTEXT_OPENLINKNEWTAB:
case IDC_CONTENT_CONTEXT_OPENAVNEWTAB:
stock = GTK_STOCK_NEW;

Powered by Google App Engine
This is Rietveld 408576698