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

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

Issue 956363002: Add account id/gaia id to sign-in internals page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 9 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_manager_base.h
diff --git a/components/signin/core/browser/signin_manager_base.h b/components/signin/core/browser/signin_manager_base.h
index d195adcac033fd90900eeea1edfd43ea41c7a5fe..1bbd5f1a647f627f766380748301f074a3f5f49d 100644
--- a/components/signin/core/browser/signin_manager_base.h
+++ b/components/signin/core/browser/signin_manager_base.h
@@ -131,10 +131,7 @@ class SigninManagerBase : public KeyedService {
// Makes sure list is empty on destruction.
ObserverList<Observer, true> observer_list_;
- // Helper methods to notify all registered diagnostics observers with.
- void NotifyDiagnosticsObservers(
- const signin_internals_util::UntimedSigninStatusField& field,
- const std::string& value);
+ // Helper method to notify all registered diagnostics observers with.
void NotifyDiagnosticsObservers(
const signin_internals_util::TimedSigninStatusField& field,
const std::string& value);
« no previous file with comments | « components/signin/core/browser/signin_manager.cc ('k') | components/signin/core/browser/signin_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698