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

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: Fix tests Created 6 years, 6 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 01f38200f3653ed1ac9121cfb98dd710349b60c1..590395c8802c63c8345979fe228db1ebab305896 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -50,7 +50,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(

Powered by Google App Engine
This is Rietveld 408576698