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

Unified Diff: content/browser/renderer_host/render_view_host_impl.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: content/browser/renderer_host/render_view_host_impl.h
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
index d54b2d7d57322c2ff413483ae9fe0fb8ae766c1d..a158789c8db15e2b3cfad1cdd5b6519b23a58d03 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -98,8 +98,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
void AllowBindings(int binding_flags) override;
void ClearFocusedElement() override;
bool IsFocusedElementEditable() override;
- void CopyImageAt(int x, int y) override;
- void SaveImageAt(int x, int y) override;
void DirectoryEnumerationFinished(
int request_id,
const std::vector<base::FilePath>& files) override;

Powered by Google App Engine
This is Rietveld 408576698