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

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

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
Index: chrome/browser/lifetime/keep_alive_types.cc
diff --git a/chrome/browser/lifetime/keep_alive_types.cc b/chrome/browser/lifetime/keep_alive_types.cc
index 2f955d80ad98ad75da652cc4952627ca4b7c50b1..73fd104b474061ece125548e48d2f82b6617a13b 100644
--- a/chrome/browser/lifetime/keep_alive_types.cc
+++ b/chrome/browser/lifetime/keep_alive_types.cc
@@ -41,6 +41,8 @@ std::ostream& operator<<(std::ostream& out, const KeepAliveOrigin& origin) {
return out << "PANEL";
case KeepAliveOrigin::PANEL_VIEW:
return out << "PANEL_VIEW";
+ case KeepAliveOrigin::PROFILE_HELPER:
+ return out << "PROFILE_HELPER";
case KeepAliveOrigin::PROFILE_LOADER:
return out << "PROFILE_LOADER";
case KeepAliveOrigin::USER_MANAGER_VIEW:
« no previous file with comments | « chrome/browser/lifetime/keep_alive_types.h ('k') | chrome/browser/ui/webui/options/create_profile_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698