| Index: trunk/src/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h (revision 287633)
|
| +++ trunk/src/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h (working copy)
|
| @@ -94,10 +94,6 @@
|
| bool show_guest) = 0;
|
| virtual void SetPublicSessionDisplayName(const std::string& user_id,
|
| const std::string& display_name) = 0;
|
| - virtual void SetPublicSessionLocales(const std::string& user_id,
|
| - scoped_ptr<base::ListValue> locales,
|
| - const std::string& default_locale,
|
| - bool multipleRecommendedLocales) = 0;
|
|
|
| protected:
|
| virtual ~LoginDisplayWebUIHandler() {}
|
| @@ -300,11 +296,6 @@
|
| virtual void SetPublicSessionDisplayName(
|
| const std::string& user_id,
|
| const std::string& display_name) OVERRIDE;
|
| - virtual void SetPublicSessionLocales(
|
| - const std::string& user_id,
|
| - scoped_ptr<base::ListValue> locales,
|
| - const std::string& default_locale,
|
| - bool multipleRecommendedLocales) OVERRIDE;
|
|
|
| // content::NotificationObserver implementation:
|
| virtual void Observe(int type,
|
| @@ -375,11 +366,10 @@
|
| const std::string& locale);
|
| void HandleCancelConsumerManagementEnrollment();
|
|
|
| - // Sends the list of |keyboard_layouts| available for the |locale| that is
|
| - // currently selected for the public session identified by |user_id|.
|
| + // Sends the list of keyboard layouts available for the currently selected
|
| + // public session locale.
|
| void SendPublicSessionKeyboardLayouts(
|
| const std::string& user_id,
|
| - const std::string& locale,
|
| scoped_ptr<base::ListValue> keyboard_layouts);
|
|
|
| // Returns true iff
|
|
|