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

Unified Diff: chrome/browser/chromeos/login/supervised_user_manager_impl.h

Issue 132803012: Attempt to recover sync token for managed user once we detected that sync auth fails. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix usage of metrics Created 6 years, 10 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/chromeos/login/supervised_user_manager_impl.h
diff --git a/chrome/browser/chromeos/login/supervised_user_manager_impl.h b/chrome/browser/chromeos/login/supervised_user_manager_impl.h
index cbc78ed69293a77f09f087d1b632d2c85f0358a1..6cb5060d9ad5812b0ff547301a4281fcaeadf030 100644
--- a/chrome/browser/chromeos/login/supervised_user_manager_impl.h
+++ b/chrome/browser/chromeos/login/supervised_user_manager_impl.h
@@ -49,6 +49,12 @@ class SupervisedUserManagerImpl
virtual void SetPasswordInformation(
const std::string& user_id,
const base::DictionaryValue* password_info) OVERRIDE;
+ virtual void LoadSupervisedUserToken(
+ Profile * profile,
+ const LoadTokenCallback& callback) OVERRIDE;
+ virtual void ConfigureSyncWithToken(
+ Profile* profile,
+ const std::string& token) OVERRIDE;
private:
friend class UserManager;
« no previous file with comments | « chrome/browser/chromeos/login/supervised_user_manager.h ('k') | chrome/browser/chromeos/login/supervised_user_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698