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

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

Issue 33173005: Correctly deal with tokens for supervised users in ProfileOAuth2TokenService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 7 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/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 baf790cb80aefb2a97cd95c0ff87d72959adc57e..5ee946bc865eeaf19450590ccb65e84832893ef5 100644
--- a/chrome/browser/managed_mode/managed_user_service.h
+++ b/chrome/browser/managed_mode/managed_user_service.h
@@ -130,10 +130,6 @@ class ManagedUserService : public BrowserContextKeyedService,
const std::string& managed_user_id,
const AuthErrorCallback& callback);
- // Returns a pseudo-email address for systems that expect well-formed email
- // addresses (like Sync), even though we're not signed in.
- static const char* GetManagedUserPseudoEmail();
-
void set_elevated_for_testing(bool skip) {
elevated_for_testing_ = skip;
}

Powered by Google App Engine
This is Rietveld 408576698