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

Unified Diff: chrome/browser/ui/webui/profile_helper.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
Index: chrome/browser/ui/webui/profile_helper.h
diff --git a/chrome/browser/ui/webui/profile_helper.h b/chrome/browser/ui/webui/profile_helper.h
index da5d67ca30baa51259af50112e95ff7190a6f47c..1b0f930765dcf1abd31c4a55e0224ed713c59022 100644
--- a/chrome/browser/ui/webui/profile_helper.h
+++ b/chrome/browser/ui/webui/profile_helper.h
@@ -15,7 +15,7 @@ class WebUI;
namespace webui {
-void OpenNewWindowForProfile(Profile* profile, Profile::CreateStatus status);
+void OpenNewWindowForProfile(Profile* profile);
// Deletes the profile at the given |file_path|.
void DeleteProfileAtPath(base::FilePath file_path,
« no previous file with comments | « chrome/browser/ui/webui/options/create_profile_handler.cc ('k') | chrome/browser/ui/webui/profile_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698