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

Unified Diff: content/browser/tab_contents/tab_contents_delegate.cc

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: content/browser/tab_contents/tab_contents_delegate.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index 27f94e1fb0a1671815cdc8ff7d2a4215688f91e1..d16af20fd4ae7e4b79eaf5e2ea3745e42e39cb06 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -199,5 +199,9 @@ bool TabContentsDelegate::ShouldShowHungRendererDialog() {
void TabContentsDelegate::WorkerCrashed() {
}
+bool TabContentsDelegate::IsHidden(const TabContents* source) const {
+ return false;
+}
+
TabContentsDelegate::~TabContentsDelegate() {
}

Powered by Google App Engine
This is Rietveld 408576698