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

Unified Diff: chrome/browser/chromeos/login/multi_profile_user_controller_delegate.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/multi_profile_user_controller_delegate.h
diff --git a/chrome/browser/chromeos/login/multi_profile_user_controller_delegate.h b/chrome/browser/chromeos/login/multi_profile_user_controller_delegate.h
index 4707716786bf9383fd7dcc100d7a834f41f18933..651b200b912e622d5bedb580004e76e7554280fb 100644
--- a/chrome/browser/chromeos/login/multi_profile_user_controller_delegate.h
+++ b/chrome/browser/chromeos/login/multi_profile_user_controller_delegate.h
@@ -10,7 +10,7 @@ namespace chromeos {
class MultiProfileUserControllerDelegate {
public:
// Invoked when the first user that is not allowed in the session is detected.
- virtual void OnUserNotAllowed() = 0;
+ virtual void OnUserNotAllowed(const std::string& user_email) = 0;
protected:
virtual ~MultiProfileUserControllerDelegate() {}

Powered by Google App Engine
This is Rietveld 408576698