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

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

Issue 2931023002: [TooManyTabs] Add TabNavigationThrottle (Closed)
Patch Set: review fix Created 3 years, 5 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 a2315c3061c2ec341acc597206fd1784adbf44d2..928771858ac0c626f5fc03406f20cf64a01d585a 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