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

Unified Diff: chrome/browser/chromeos/login/ui/webui_login_display.h

Issue 1470633002: ChromeOS: Fix removeUser button on signin screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@462823--Chrome-OS-handles-deletion-of-Gmail-account-poorly--Fix-GetKnownUserAccountId
Patch Set: Rebased. Created 5 years, 1 month 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: chrome/browser/chromeos/login/ui/webui_login_display.h
diff --git a/chrome/browser/chromeos/login/ui/webui_login_display.h b/chrome/browser/chromeos/login/ui/webui_login_display.h
index 408bf280730c0606eebd9ec4b3c3680601a9a28e..3dc8c90deff1e2c4d626085cbac3b24d00b298c4 100644
--- a/chrome/browser/chromeos/login/ui/webui_login_display.h
+++ b/chrome/browser/chromeos/login/ui/webui_login_display.h
@@ -17,6 +17,8 @@
#include "ui/base/user_activity/user_activity_observer.h"
#include "ui/views/widget/widget.h"
+class AccountId;
+
namespace chromeos {
// WebUI-based login UI implementation.
@@ -35,7 +37,7 @@ class WebUILoginDisplay : public LoginDisplay,
bool show_users,
bool show_new_user) override;
void OnPreferencesChanged() override;
- void RemoveUser(const std::string& user_id) override;
+ void RemoveUser(const AccountId& account_id) override;
void SetUIEnabled(bool is_enabled) override;
void ShowError(int error_msg_id,
int login_attempts,
« no previous file with comments | « chrome/browser/chromeos/login/ui/mock_login_display.h ('k') | chrome/browser/chromeos/login/ui/webui_login_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698