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

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

Issue 2380743003: Refactor ContentViewClient (2/6) (Closed)
Patch Set: WebContentsObserver 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..6ce676b66fdab891c4b959e70bd51ffe6d93a388 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);
+ NOTIMPLEMENTED();
boliu 2016/11/23 03:14:11 it's not "not implemented", there's nothing to imp
Jinsuk Kim 2016/11/23 03:20:18 Done.
}
void WebContentsViewAndroid::SizeContents(const gfx::Size& size) {

Powered by Google App Engine
This is Rietveld 408576698