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

Unified Diff: components/password_manager/core/browser/password_store_default.h

Issue 644053003: [Password Manager] Add UMA stats for custom passphrase users. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 6 years, 2 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/password_manager/core/browser/password_store_default.h
diff --git a/components/password_manager/core/browser/password_store_default.h b/components/password_manager/core/browser/password_store_default.h
index 7dcf4fb4811e020d4d6b438931b1ac34c6383d80..7f42c192fd373401de4f33704211c8a71f0e4305 100644
--- a/components/password_manager/core/browser/password_store_default.h
+++ b/components/password_manager/core/browser/password_store_default.h
@@ -27,7 +27,8 @@ class PasswordStoreDefault : public PasswordStore {
~PasswordStoreDefault() override;
// Implements PasswordStore interface.
- void ReportMetricsImpl(const std::string& sync_username) override;
+ void ReportMetricsImpl(const std::string& sync_username,
+ bool custom_passphrase_sync_enabled) override;
PasswordStoreChangeList AddLoginImpl(
const autofill::PasswordForm& form) override;
PasswordStoreChangeList UpdateLoginImpl(

Powered by Google App Engine
This is Rietveld 408576698