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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: Created 3 years, 6 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
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 6f3dcbd9028d67011b1ff5324af3d7aed06b3e49..2b53d9beb03edad1bfdcd266c17088d0043383bd 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -364,6 +364,7 @@ class CONTENT_EXPORT WebContentsImpl
base::TimeTicks GetLastHiddenTime() const override;
void WasShown() override;
void WasHidden() override;
+ bool IsVisible() const override;
bool NeedToFireBeforeUnload() override;
void DispatchBeforeUnload() override;
void AttachToOuterWebContentsFrame(

Powered by Google App Engine
This is Rietveld 408576698