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

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.h

Issue 149173004: Adding a dialog which explains that the multi user session has ended because a user policy has chan… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/chromeos/login/user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/user_manager_impl.h b/chrome/browser/chromeos/login/user_manager_impl.h
index 95e3449e028a94e507f76d54d8c1d58b745d946b..133f565799a8945aed4356bc6a847fa4612a672a 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.h
+++ b/chrome/browser/chromeos/login/user_manager_impl.h
@@ -349,7 +349,7 @@ class UserManagerImpl
RemoveUserDelegate* delegate);
// MultiProfileUserControllerDelegate implementation:
- virtual void OnUserNotAllowed() OVERRIDE;
+ virtual void OnUserNotAllowed(const std::string& user_email) OVERRIDE;
// Sets account locale for user with id |user_id|.
virtual void UpdateUserAccountLocale(const std::string& user_id,

Powered by Google App Engine
This is Rietveld 408576698