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

Unified Diff: content/browser/web_contents/web_contents_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
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 363fa31b178e339b4e29917ebe976f83627b301c..7983c28d3049c80508a633b2aa1104945b95282e 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -410,6 +410,8 @@ class CONTENT_EXPORT WebContentsImpl
void OnAllPasswordInputsHiddenOnHttp() override;
void OnCreditCardInputShownOnHttp() override;
void SetIsOverlayContent(bool is_overlay_content) override;
+ bool IsFocusedElementEditable() override;
+ void ClearFocusedElement() override;
#if defined(OS_ANDROID)
base::android::ScopedJavaLocalRef<jobject> GetJavaWebContents() override;
@@ -557,8 +559,6 @@ class CONTENT_EXPORT WebContentsImpl
bool IsOverridingUserAgent() override;
bool IsJavaScriptDialogShowing() const override;
bool HideDownloadUI() const override;
- bool IsFocusedElementEditable() override;
- void ClearFocusedElement() override;
// NavigatorDelegate ---------------------------------------------------------
« no previous file with comments | « content/browser/renderer_host/render_view_host_impl.cc ('k') | content/public/browser/render_view_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698