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

Unified Diff: chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h

Issue 1968703002: MD User Manager: Creates new browser window for last active profile if one is not available (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comment Created 4 years, 7 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
Index: chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h
diff --git a/chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h b/chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h
index b3ad32b602861fab70a7aebcfb63b4ab6a6cc74b..767dfd78b099687397ac7280e4daba19688c913e 100644
--- a/chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h
+++ b/chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.h
@@ -83,6 +83,8 @@ class SigninSupervisedUserImportHandler : public content::WebUIMessageHandler {
// only one in-flight such request.
std::string webui_callback_id_;
+ Profile* last_used_profile;
+
base::WeakPtrFactory<SigninSupervisedUserImportHandler> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(SigninSupervisedUserImportHandler);
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/browser/ui/webui/signin/signin_supervised_user_import_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698