Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10)

Unified Diff: trunk/src/chrome/browser/chromeos/login/existing_user_controller.h

Issue 441143002: Revert 287581 "Allow recommended locales to be set for public se..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/chromeos/login/existing_user_controller.h
===================================================================
--- trunk/src/chrome/browser/chromeos/login/existing_user_controller.h (revision 287633)
+++ trunk/src/chrome/browser/chromeos/login/existing_user_controller.h (working copy)
@@ -28,10 +28,6 @@
#include "ui/gfx/rect.h"
#include "url/gurl.h"
-namespace base {
-class ListValue;
-}
-
namespace chromeos {
class CrosSettings;
@@ -224,17 +220,6 @@
// Sends an accessibility alert event to extension listeners.
void SendAccessibilityAlert(const std::string& alert_text);
- // Callback invoked when the keyboard layouts available for a public session
- // have been retrieved. Selects the first layout from the list and continues
- // login.
- void SetPublicSessionKeyboardLayoutAndLogin(
- const UserContext& user_context,
- scoped_ptr<base::ListValue> keyboard_layouts);
-
- // Starts the actual login process for a public session. Invoked when all
- // preconditions have been verified.
- void LoginAsPublicSessionInternal(const UserContext& user_context);
-
// Public session auto-login timer.
scoped_ptr<base::OneShotTimer<ExistingUserController> > auto_login_timer_;

Powered by Google App Engine
This is Rietveld 408576698