Index: third_party/WebKit/public/web/WebViewClient.h |
diff --git a/third_party/WebKit/public/web/WebViewClient.h b/third_party/WebKit/public/web/WebViewClient.h |
index a41ebe62535a14820ac43f2f9439cfff3087e33e..2e0ea89598ac29ea55554e8b0228a7269c94de66 100644 |
--- a/third_party/WebKit/public/web/WebViewClient.h |
+++ b/third_party/WebKit/public/web/WebViewClient.h |
@@ -109,10 +109,6 @@ public: |
// will never be called. |
virtual bool enumerateChosenDirectory(const WebString& path, WebFileChooserCompletion*) { return false; } |
- // This method is called in response to WebView's saveImageAt(x, y). |
- // A data url from <canvas> or <img> is passed to the method's argument. |
- virtual void saveImageFromDataURL(const WebString&) { } |
- |
// Called when PageImportanceSignals for the WebView is updated. |
virtual void pageImportanceSignalsChanged() { } |