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

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

Issue 19775014: [Passwords, Mac] Don't always prompt to access passwords saved by other browsers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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_win.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index c831afd3a219aaeda10422beea797e5758d156c2..8b023bebac965fc48103eed357e51330c498df16 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -38,7 +38,8 @@ class PasswordStoreWin : public PasswordStoreDefault {
virtual void GetLoginsImpl(
const content::PasswordForm& form,
- const ConsumerCallbackRunner& callback_runner) OVERRIDE;
+ const ConsumerCallbackRunner& callback_runner,
+ AuthorizationPromptPermission permission_to_prompt) OVERRIDE;
void GetIE7LoginIfNecessary(
const content::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698