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

Unified Diff: content/browser/android/render_widget_host_connector.cc

Issue 2840443002: Add a test for RenderWidgetHostConnector (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | content/browser/android/render_widget_host_connector_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/render_widget_host_connector.cc
diff --git a/content/browser/android/render_widget_host_connector.cc b/content/browser/android/render_widget_host_connector.cc
index b0cd4de4cb85413def2efcfb1a2c365b25e166f5..7c3caaeb4c19d56257c4c963fee551baaece0b80 100644
--- a/content/browser/android/render_widget_host_connector.cc
+++ b/content/browser/android/render_widget_host_connector.cc
@@ -19,7 +19,6 @@ class RenderWidgetHostConnector::Observer
~Observer() override;
// WebContentsObserver implementation.
- void RenderViewReady() override;
void RenderViewHostChanged(RenderViewHost* old_host,
RenderViewHost* new_host) override;
void DidAttachInterstitialPage() override;
@@ -55,10 +54,6 @@ RenderWidgetHostConnector::Observer::~Observer() {
DCHECK(!active_rwhva_);
}
-void RenderWidgetHostConnector::Observer::RenderViewReady() {
boliu 2017/04/24 16:35:41 why is this not needed anymore?
- UpdateRenderWidgetHostView(GetRenderWidgetHostViewAndroid());
-}
-
void RenderWidgetHostConnector::Observer::RenderViewHostChanged(
RenderViewHost* old_host,
RenderViewHost* new_host) {
« no previous file with comments | « no previous file | content/browser/android/render_widget_host_connector_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698