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

Unified Diff: chrome/browser/password_manager/password_store_mac.h

Issue 355143006: [Password Manager] Add UMA stats to track interaction with synced accounts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Typo Created 6 years, 5 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: chrome/browser/password_manager/password_store_mac.h
diff --git a/chrome/browser/password_manager/password_store_mac.h b/chrome/browser/password_manager/password_store_mac.h
index fde99776c793a27fd66368816bb8e170acd6ce11..2cd3834aa80d95e5abd837d497413e039987f5e2 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -38,7 +38,8 @@ class PasswordStoreMac : public password_manager::PasswordStore {
// Initializes |thread_|.
virtual bool Init(
- const syncer::SyncableService::StartSyncFlare& flare) OVERRIDE;
+ const syncer::SyncableService::StartSyncFlare& flare,
+ const std::string& sync_username) OVERRIDE;
// Stops |thread_|.
virtual void Shutdown() OVERRIDE;
@@ -50,7 +51,7 @@ class PasswordStoreMac : public password_manager::PasswordStore {
GetBackgroundTaskRunner() OVERRIDE;
private:
- virtual void ReportMetricsImpl() OVERRIDE;
+ virtual void ReportMetricsImpl(const std::string& sync_username) OVERRIDE;
virtual password_manager::PasswordStoreChangeList AddLoginImpl(
const autofill::PasswordForm& form) OVERRIDE;
virtual password_manager::PasswordStoreChangeList UpdateLoginImpl(
« no previous file with comments | « chrome/browser/password_manager/password_store_factory.cc ('k') | chrome/browser/password_manager/password_store_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698