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

Unified Diff: chrome/browser/managed_mode/managed_user_service.h

Issue 23691045: Update managed user registration to allow updating the avatar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ... Created 7 years, 3 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: chrome/browser/managed_mode/managed_user_service.h
diff --git a/chrome/browser/managed_mode/managed_user_service.h b/chrome/browser/managed_mode/managed_user_service.h
index b2d05f6655c4deed61aa4d82431dcba2696b28d2..42a1decd56dc3959b809fdd2ff77e2afa31c1cb3 100644
--- a/chrome/browser/managed_mode/managed_user_service.h
+++ b/chrome/browser/managed_mode/managed_user_service.h
@@ -131,6 +131,7 @@ class ManagedUserService : public BrowserContextKeyedService,
void RegisterAndInitSync(ManagedUserRegistrationUtility* registration_utility,
Profile* custodian_profile,
const std::string& managed_user_id,
+ bool update_avatar,
const AuthErrorCallback& callback);
// Returns a pseudo-email address for systems that expect well-formed email

Powered by Google App Engine
This is Rietveld 408576698