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

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

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: Merge from master Created 3 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
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/signin/core/browser/signin_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/signin_client.h
diff --git a/components/signin/core/browser/signin_client.h b/components/signin/core/browser/signin_client.h
index a4910c154dff2e331fe1d7204334d5a43363ab4b..8281810eaa4925faab76b6d777333a2ec1585587 100644
--- a/components/signin/core/browser/signin_client.h
+++ b/components/signin/core/browser/signin_client.h
@@ -10,6 +10,7 @@
#include "base/time/time.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/signin/core/browser/account_info.h"
+#include "components/signin/core/browser/signin_metrics.h"
#include "components/signin/core/browser/webdata/token_web_data.h"
#include "google_apis/gaia/gaia_auth_fetcher.h"
#include "net/cookies/cookie_store.h"
@@ -98,7 +99,8 @@ class SigninClient : public KeyedService {
// Called before Google signout started, call |sign_out| to start the sign out
// process.
- virtual void PreSignOut(const base::Callback<void()>& sign_out);
+ virtual void PreSignOut(const base::Callback<void()>& sign_out,
+ signin_metrics::ProfileSignout signout_source_metric);
virtual bool IsFirstRun() const = 0;
virtual base::Time GetInstallDate() = 0;
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/signin/core/browser/signin_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698