| Index: trunk/src/chrome/browser/chromeos/login/auth/user_context.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/auth/user_context.h (revision 275547)
|
| +++ trunk/src/chrome/browser/chromeos/login/auth/user_context.h (working copy)
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "chrome/browser/chromeos/login/auth/key.h"
|
| -#include "chrome/browser/chromeos/login/users/user.h"
|
|
|
| namespace chromeos {
|
|
|
| @@ -43,7 +42,6 @@
|
| const std::string& GetUserIDHash() const;
|
| bool IsUsingOAuth() const;
|
| AuthFlow GetAuthFlow() const;
|
| - User::UserType GetUserType() const;
|
|
|
| bool HasCredentials() const;
|
|
|
| @@ -53,7 +51,6 @@
|
| void SetUserIDHash(const std::string& user_id_hash);
|
| void SetIsUsingOAuth(bool is_using_oauth);
|
| void SetAuthFlow(AuthFlow auth_flow);
|
| - void SetUserType(User::UserType user_type);
|
|
|
| void ClearSecrets();
|
|
|
| @@ -64,7 +61,6 @@
|
| std::string user_id_hash_;
|
| bool is_using_oauth_;
|
| AuthFlow auth_flow_;
|
| - User::UserType user_type_;
|
| };
|
|
|
| } // namespace chromeos
|
|
|