| 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 0bb7b07fc82cf9a17af086c279b419a26d480c52..a1e0487d0ff2f3b14358461eefdb6ea74725929e 100644
|
| --- a/chrome/browser/chromeos/login/user_manager_impl.h
|
| +++ b/chrome/browser/chromeos/login/user_manager_impl.h
|
| @@ -298,7 +298,7 @@ class UserManagerImpl : public UserManager,
|
| virtual void OnProfileDownloadFailure(ProfileDownloader* downloader) OVERRIDE;
|
|
|
| // Creates a new User instance.
|
| - User* CreateUser(const std::string& email) const;
|
| + User* CreateUser(const std::string& email, bool is_ephemeral) const;
|
|
|
| // Removes the user from the persistent list only. Also removes the user's
|
| // picture.
|
|
|