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

Unified Diff: content/browser/renderer_host/render_view_host_impl.h

Issue 2641403002: [refactor] - Move IsFocusedElementEditable() and ClearFocusedElement() from RenderViewHost to WebCo… (Closed)
Patch Set: Addressed sky@'s comment Created 3 years, 11 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 a2a03592fe02d03e3de4e0172b471ad31f5524aa..88b7ea9a19ae6d87f42f02f91516585a6ce4184f 100644
--- a/content/browser/renderer_host/render_view_host_impl.h
+++ b/content/browser/renderer_host/render_view_host_impl.h
@@ -87,8 +87,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
int GetRoutingID() const override;
RenderFrameHost* GetMainFrame() override;
void AllowBindings(int binding_flags) override;
- void ClearFocusedElement() override;
- bool IsFocusedElementEditable() override;
void DirectoryEnumerationFinished(
int request_id,
const std::vector<base::FilePath>& files) override;
« no previous file with comments | « content/browser/renderer_host/render_view_host_delegate.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698