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

Side by Side Diff: chrome/browser/ui/webui/signin/user_manager_screen_handler.h

Issue 780713002: Fix remaining WeakPtrFactory ordering problems (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_ 5 #ifndef CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_
6 #define CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_ 6 #define CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 10
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 // Login password, held during on-line auth for saving later if correct. 112 // Login password, held during on-line auth for saving later if correct.
113 std::string password_attempt_; 113 std::string password_attempt_;
114 114
115 // URL hash, used to key post-profile actions if present. 115 // URL hash, used to key post-profile actions if present.
116 std::string url_hash_; 116 std::string url_hash_;
117 117
118 typedef std::map<std::string, ScreenlockBridge::LockHandler::AuthType> 118 typedef std::map<std::string, ScreenlockBridge::LockHandler::AuthType>
119 UserAuthTypeMap; 119 UserAuthTypeMap;
120 UserAuthTypeMap user_auth_type_map_; 120 UserAuthTypeMap user_auth_type_map_;
121 121
122 content::NotificationRegistrar registrar_;
123
122 base::WeakPtrFactory<UserManagerScreenHandler> weak_ptr_factory_; 124 base::WeakPtrFactory<UserManagerScreenHandler> weak_ptr_factory_;
123 125
124 content::NotificationRegistrar registrar_;
125
126 DISALLOW_COPY_AND_ASSIGN(UserManagerScreenHandler); 126 DISALLOW_COPY_AND_ASSIGN(UserManagerScreenHandler);
127 }; 127 };
128 128
129 #endif // CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_ 129 #endif // CHROME_BROWSER_UI_WEBUI_SIGNIN_USER_MANAGER_SCREEN_HANDLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | components/signin/core/browser/signin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698