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

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

Issue 1105263004: "Load image" context menu item to reload a LoFi image. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 5 years, 7 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/renderer_context_menu/render_view_context_menu.h
diff --git a/chrome/browser/renderer_context_menu/render_view_context_menu.h b/chrome/browser/renderer_context_menu/render_view_context_menu.h
index e4929940cd966aef6a2b9310dfeedca4c75a80c6..c0336980326ed5f81e856211d8a69b5aaeb330d1 100644
--- a/chrome/browser/renderer_context_menu/render_view_context_menu.h
+++ b/chrome/browser/renderer_context_menu/render_view_context_menu.h
@@ -134,6 +134,9 @@ class RenderViewContextMenu : public RenderViewContextMenuBase {
// Copy to the clipboard an image located at a point in the RenderView
void CopyImageAt(int x, int y);
+ // Show the original image located at a point in the RenderView.
+ void ShowOriginalImage();
+
// Get an image located at a point in the RenderView for search.
void GetImageThumbnailForSearch();
« no previous file with comments | « chrome/browser/android/tab_android.cc ('k') | chrome/browser/renderer_context_menu/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698