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

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

Issue 106053008: [Mac] Passwords: Don't always prompt to access passwords saved by other browsers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix yet another compile failure. Created 7 years 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/test_password_store.h
diff --git a/chrome/browser/password_manager/test_password_store.h b/chrome/browser/password_manager/test_password_store.h
index 9e888fb81a00b7d6b124d79e8bd8f590e532b846..bcf8f3478f6ffb7a5d92cce0a56b882f7ad8e12b 100644
--- a/chrome/browser/password_manager/test_password_store.h
+++ b/chrome/browser/password_manager/test_password_store.h
@@ -49,8 +49,10 @@ class TestPasswordStore : public PasswordStore {
virtual void AddLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
virtual void UpdateLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
virtual void RemoveLoginImpl(const autofill::PasswordForm& form) OVERRIDE;
- virtual void GetLoginsImpl(const autofill::PasswordForm& form,
- const ConsumerCallbackRunner& runner) OVERRIDE;
+ virtual void GetLoginsImpl(
+ const autofill::PasswordForm& form,
+ PasswordStore::AuthorizationPromptPolicy prompt_policy,
+ const ConsumerCallbackRunner& runner) OVERRIDE;
virtual bool ScheduleTask(const base::Closure& task) OVERRIDE;
virtual void WrapModificationTask(base::Closure task) OVERRIDE;
« no previous file with comments | « chrome/browser/password_manager/password_store_x.cc ('k') | chrome/browser/password_manager/test_password_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698