Chromium Code Reviews

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: fix string resource and comment Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/tab_contents/render_view_context_menu.h
===================================================================
--- chrome/browser/tab_contents/render_view_context_menu.h (revision 214862)
+++ 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