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

Unified Diff: chrome/browser/chromeos/login/users/chrome_user_manager_impl.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/users/chrome_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
index 20cbdbac08fe329345fdbf874d4c277ec8fde75a..206fd43ad741a8b30c5ddadaf7d04c96623e675c 100644
--- a/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/users/chrome_user_manager_impl.h
@@ -216,10 +216,10 @@ class ChromeUserManagerImpl
void UpdateUserTimeZoneRefresher(Profile* profile);
// Adds user to the list of the users who should be reported.
- void AddReportingUser(const std::string& user_id);
+ void AddReportingUser(const AccountId& account_id);
// Removes user from the list of the users who should be reported.
- void RemoveReportingUser(const std::string& user_id);
+ void RemoveReportingUser(const AccountId& account_id);
// Interface to the signed settings store.
CrosSettings* cros_settings_;

Powered by Google App Engine
This is Rietveld 408576698