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

Unified Diff: components/signin/core/browser/signin_internals_util.h

Issue 2672833002: [Desktop] Add diagnostics about loading the refresh tokens. (Closed)
Patch Set: Fix compile Created 3 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: components/signin/core/browser/signin_internals_util.h
diff --git a/components/signin/core/browser/signin_internals_util.h b/components/signin/core/browser/signin_internals_util.h
index 3dda94c9af26d716902c1bf90a27e293d43f0457..03e5c6fa8dbb7438af941cab0ae2610c875b04c9 100644
--- a/components/signin/core/browser/signin_internals_util.h
+++ b/components/signin/core/browser/signin_internals_util.h
@@ -69,13 +69,7 @@ class SigninDiagnosticsObserver {
// Credentials and signin related changes.
virtual void NotifySigninValueChanged(const TimedSigninStatusField& field,
const std::string& value) {}
- // OAuth tokens related changes.
- virtual void NotifyTokenReceivedSuccess(const std::string& token_name,
- const std::string& token,
- bool update_time) {}
- virtual void NotifyTokenReceivedFailure(const std::string& token_name,
- const std::string& error) {}
- virtual void NotifyClearStoredToken(const std::string& token_name) {}};
+};
// Gets the first 6 hex characters of the SHA256 hash of the passed in string.
// These are enough to perform equality checks across a single users tokens,
« no previous file with comments | « components/signin/core/browser/about_signin_internals.cc ('k') | components/signin/core/browser/webdata/token_service_table.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698