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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 1836973003: Move download messages from Renderer to Frame filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index d25040cf7bcebc4c889663ece89737b0b2990b08..9479a6f6240ca679bb0eb873b69b5e7362006063 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -366,14 +366,6 @@ public:
virtual WebHitTestResult hitTestResultForTap(const WebPoint& tapPoint,
const WebSize& tapArea) = 0;
- // Copy to the clipboard the image located at a particular point in the
- // WebView (if there is such an image)
- virtual void copyImageAt(const WebPoint&) = 0;
-
- // Save as the image located at a particular point in the
- // WebView (if there is such an image)
- virtual void saveImageAt(const WebPoint&) = 0;
-
// Notifies the WebView that a drag has terminated.
virtual void dragSourceEndedAt(
const WebPoint& clientPoint, const WebPoint& screenPoint,

Powered by Google App Engine
This is Rietveld 408576698