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

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

Issue 2516613002: Profile deletion: prevent profile creation race in dying browser. (Closed)
Patch Set: Review fixes Created 4 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 | 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 cb72a6ae0008255c591d9dc4bd59124d4902fd11..5e81cf0c99e50b07d99ea00e4907ce040057fe49 100644
--- a/chrome/browser/lifetime/keep_alive_types.h
+++ b/chrome/browser/lifetime/keep_alive_types.h
@@ -42,6 +42,7 @@ enum class KeepAliveOrigin {
LEAKED_UNINSTALL_VIEW,
PANEL,
PANEL_VIEW,
+ PROFILE_HELPER,
PROFILE_LOADER,
USER_MANAGER_VIEW
};
« no previous file with comments | « no previous file | chrome/browser/lifetime/keep_alive_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698