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

Unified Diff: chrome/browser/ui/browser.h

Issue 7036019: Enabling page visibility api in the chrome browser. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 17296a13a61e318aa7fb0810b1a1942d15e0a69c..b5b360f2e7c01c8af8c178e67274b31831fab9ba 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -831,6 +831,7 @@ class Browser : public TabHandlerDelegate,
NavigationType::Type navigation_type);
virtual void ContentRestrictionsChanged(TabContents* source);
virtual void WorkerCrashed();
+ virtual bool IsHidden(const TabContents* source) const OVERRIDE;
// Overridden from TabContentsWrapperDelegate:
virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,

Powered by Google App Engine
This is Rietveld 408576698