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

Unified Diff: content/browser/web_contents/web_contents_view_android.cc

Issue 2380743003: Refactor ContentViewClient (2/6) (Closed)
Patch Set: // Do nothing Created 4 years, 1 month 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/web_contents/web_contents_view_android.cc
diff --git a/content/browser/web_contents/web_contents_view_android.cc b/content/browser/web_contents/web_contents_view_android.cc
index 37db35ebb153447b2336787d625d017cc13a5e5e..0dc8bf471cc26e6bdadcf88854b21981f2e4fa66 100644
--- a/content/browser/web_contents/web_contents_view_android.cc
+++ b/content/browser/web_contents/web_contents_view_android.cc
@@ -145,8 +145,7 @@ void WebContentsViewAndroid::GetContainerBounds(gfx::Rect* out) const {
}
void WebContentsViewAndroid::SetPageTitle(const base::string16& title) {
- if (content_view_core_)
- content_view_core_->SetTitle(title);
+ // Do nothing.
}
void WebContentsViewAndroid::SizeContents(const gfx::Size& size) {

Powered by Google App Engine
This is Rietveld 408576698