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

Unified Diff: content/public/browser/render_view_host.h

Issue 1836973003: Move download messages from Renderer to Frame filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge boo boo Created 4 years, 6 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: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index 06a9b1be5383145b19a521294a952f6db7c56737..98b730e759eef4f90c20a2a128802a320b3788ae 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -101,14 +101,6 @@ class CONTENT_EXPORT RenderViewHost : public IPC::Sender {
// Returns true if the current focused element is editable.
virtual bool IsFocusedElementEditable() = 0;
- // Copies the image at location x, y to the clipboard (if there indeed is an
- // image at that location).
- virtual void CopyImageAt(int x, int y) = 0;
-
- // Saves the image at location x, y to the disk (if there indeed is an
- // image at that location).
- virtual void SaveImageAt(int x, int y) = 0;
-
// Notifies the listener that a directory enumeration is complete.
virtual void DirectoryEnumerationFinished(
int request_id,

Powered by Google App Engine
This is Rietveld 408576698