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

Unified Diff: athena/content/app_activity_proxy.cc

Issue 513523002: Adding Baseframework of the ResourceManager (all hooks and observers) are being put in place with a… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Aaaand another rebase Created 6 years, 4 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: athena/content/app_activity_proxy.cc
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc
index 222e697b38ba116d42584ab2444cdefb0902e611..c0dbf080fe50c645f8df5a7b6a0dd25167faaee4 100644
--- a/athena/content/app_activity_proxy.cc
+++ b/athena/content/app_activity_proxy.cc
@@ -42,7 +42,7 @@ Activity::ActivityState AppActivityProxy::GetCurrentState() {
}
bool AppActivityProxy::IsVisible() {
- return true;
+ return false;
}
Activity::ActivityMediaState AppActivityProxy::GetMediaState() {

Powered by Google App Engine
This is Rietveld 408576698