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

Unified Diff: content/browser/android/web_contents_observer_proxy.h

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/android/web_contents_observer_proxy.h
diff --git a/content/browser/android/web_contents_observer_proxy.h b/content/browser/android/web_contents_observer_proxy.h
index 794f467a2091644030961c526d31ec2fac5b2e51..772e519e5ccd2b1dd80b58ea97eed407fd415733 100644
--- a/content/browser/android/web_contents_observer_proxy.h
+++ b/content/browser/android/web_contents_observer_proxy.h
@@ -54,6 +54,7 @@ class WebContentsObserverProxy : public WebContentsObserver {
void DidFirstVisuallyNonEmptyPaint() override;
void WasShown() override;
void WasHidden() override;
+ void TitleWasSet(NavigationEntry* entry, bool explicit_set) override;
void DidStartProvisionalLoadForFrame(RenderFrameHost* render_frame_host,
const GURL& validated_url,
bool is_error_page,

Powered by Google App Engine
This is Rietveld 408576698