| Index: chrome/browser/chromeos/login/user_manager.h
|
| diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
|
| index c3adf4cde0219ccffae1b9a8213b0cca0295cfb1..837d8c0f693ccbc4d3ff7513fcf4b905fba9f8f5 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.h
|
| +++ b/chrome/browser/chromeos/login/user_manager.h
|
| @@ -72,6 +72,9 @@ class UserManager {
|
| // Indicates that user just started incognito session.
|
| virtual void GuestUserLoggedIn() = 0;
|
|
|
| + // Indicates that a user just logged in as ephemeral.
|
| + virtual void EphemeralUserLoggedIn(const std::string& email) = 0;
|
| +
|
| // Removes the user from the device. Note, it will verify that the given user
|
| // isn't the owner, so calling this method for the owner will take no effect.
|
| // Note, |delegate| can be NULL.
|
|
|