Index: chrome/browser/signin/signin_manager_base.h |
diff --git a/chrome/browser/signin/signin_manager_base.h b/chrome/browser/signin/signin_manager_base.h |
index de49af10149c1448cb683d6e74fc1975c5993bac..1adcf3d97ad1e6fcf2d4f9408540ce5cbde69023 100644 |
--- a/chrome/browser/signin/signin_manager_base.h |
+++ b/chrome/browser/signin/signin_manager_base.h |
@@ -100,9 +100,6 @@ class SigninManagerBase : public BrowserContextKeyedService { |
signin_internals_util::SigninDiagnosticsObserver* observer); |
protected: |
- // Lets different platforms initialize TokenService in their own way. |
- virtual void InitTokenService(); |
- |
// Used by subclass to clear authenticated_username_ instead of using |
// SetAuthenticatedUsername, which enforces special preconditions due |
// to the fact that it is part of the public API and called by clients. |