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

Unified Diff: chrome/browser/lifetime/keep_alive_types.h

Issue 1803143002: Replace BrowserProces::AddRefModule/RemoveModule by ScopedKeepAlive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 4 years, 9 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
« no previous file with comments | « chrome/browser/lifetime/keep_alive_state_observer.h ('k') | chrome/browser/lifetime/keep_alive_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/lifetime/keep_alive_types.h
diff --git a/chrome/browser/lifetime/keep_alive_types.h b/chrome/browser/lifetime/keep_alive_types.h
index 59ec9100f83899e7e5a9650a132ed58db83e1884..fe6273df82000340c8907bf679c339284f8ad3b2 100644
--- a/chrome/browser/lifetime/keep_alive_types.h
+++ b/chrome/browser/lifetime/keep_alive_types.h
@@ -16,7 +16,9 @@
enum class KeepAliveOrigin {
// c/b
APP_CONTROLLER,
+ BROWSER,
BROWSER_PROCESS_CHROMEOS,
+ SESSION_RESTORE,
// c/b/background
BACKGROUND_MODE_MANAGER,
@@ -29,6 +31,8 @@ enum class KeepAliveOrigin {
APP_LIST_SERVICE_VIEWS,
APP_LIST_SHOWER,
CHROME_APP_DELEGATE,
+ CHROME_VIEWS_DELEGATE,
+ LEAKED_UNINSTALL_VIEW,
PANEL,
PANEL_VIEW,
PROFILE_LOADER,
« no previous file with comments | « chrome/browser/lifetime/keep_alive_state_observer.h ('k') | chrome/browser/lifetime/keep_alive_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698