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: chrome/browser/password_manager/password_store_mac.h

Issue 335893002: Support to remove passwords by date_synced timestamp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: vabr's comments 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 87cc61b26d07172a22c48b825d1ad9780183757c..fd1d4be3a4076a2f23b819230942a940a13e0c5b 100644
--- a/chrome/browser/password_manager/password_store_mac.h
+++ b/chrome/browser/password_manager/password_store_mac.h
@@ -60,6 +60,9 @@ class PasswordStoreMac : public password_manager::PasswordStore {
virtual password_manager::PasswordStoreChangeList
RemoveLoginsCreatedBetweenImpl(const base::Time& delete_begin,
const base::Time& delete_end) OVERRIDE;
+ virtual password_manager::PasswordStoreChangeList
+ RemoveLoginsSyncedBetweenImpl(base::Time delete_begin,
+ base::Time delete_end) OVERRIDE;
virtual void GetLoginsImpl(
const autofill::PasswordForm& form,
AuthorizationPromptPolicy prompt_policy,

Powered by Google App Engine
This is Rietveld 408576698