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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 21323003: The UI part of search-by-image search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address jam's comment 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/tab_contents/render_view_context_menu.h
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 215313)
+++ chrome/browser/tab_contents/render_view_context_menu.h (working copy)
@@ -237,6 +237,9 @@
// Copy to the clipboard an image located at a point in the RenderView
void CopyImageAt(int x, int y);
+ // Get an image located at a point in the RenderView for search.
+ void GetImageThumbnailForSearch();
+
// Launch the inspector targeting a point in the RenderView
void Inspect(int x, int y);

Powered by Google App Engine
This is Rietveld 408576698