| Index: trunk/src/chrome/browser/chromeos/login/screens/user_selection_screen.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/chromeos/login/screens/user_selection_screen.h (revision 287633)
|
| +++ trunk/src/chrome/browser/chromeos/login/screens/user_selection_screen.h (working copy)
|
| @@ -7,7 +7,6 @@
|
|
|
| #include <map>
|
| #include <string>
|
| -#include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/timer/timer.h"
|
| @@ -56,7 +55,6 @@
|
| bool is_owner,
|
| bool is_signin_to_add,
|
| ScreenlockBridge::LockHandler::AuthType auth_type,
|
| - const std::vector<std::string>* public_session_recommended_locales,
|
| base::DictionaryValue* user_dict);
|
|
|
| // Determines if user auth status requires online sign in.
|
| @@ -68,11 +66,6 @@
|
| // Set of Users that are visible.
|
| user_manager::UserList users_;
|
|
|
| - // Map from public session user IDs to recommended locales set by policy.
|
| - typedef std::map<std::string, std::vector<std::string> >
|
| - PublicSessionRecommendedLocaleMap;
|
| - PublicSessionRecommendedLocaleMap public_session_recommended_locales_;
|
| -
|
| private:
|
| // Whether to show guest login.
|
| bool show_guest_;
|
|
|