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

Unified Diff: apps/app_keep_alive_service.h

Issue 60193005: Don't add keep-alives for apps after the app keep-alive service has shut down. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | apps/app_keep_alive_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_keep_alive_service.h
diff --git a/apps/app_keep_alive_service.h b/apps/app_keep_alive_service.h
index 563a953f59267b7fc37f74dabaa4249b3213d5a3..d3fecf9755ee29f1ad55c21b76ebe2c00fc5b98d 100644
--- a/apps/app_keep_alive_service.h
+++ b/apps/app_keep_alive_service.h
@@ -29,6 +29,7 @@ class AppKeepAliveService : public BrowserContextKeyedService,
private:
content::BrowserContext* context_;
std::set<std::string> running_apps_;
+ bool shut_down_;
DISALLOW_COPY_AND_ASSIGN(AppKeepAliveService);
};
« no previous file with comments | « no previous file | apps/app_keep_alive_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698