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

Unified Diff: chrome/browser/password_manager/password_store_x.cc

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_x.cc
diff --git a/chrome/browser/password_manager/password_store_x.cc b/chrome/browser/password_manager/password_store_x.cc
index cc6b6cf6c780a5ca34329859a4dadbea0109c5a4..6e40d93180beaf8ea57021d8505434bb6d8474df 100644
--- a/chrome/browser/password_manager/password_store_x.cc
+++ b/chrome/browser/password_manager/password_store_x.cc
@@ -118,7 +118,8 @@ void PasswordStoreX::SortLoginsByOrigin(NativeBackend::PasswordFormList* list) {
void PasswordStoreX::GetLoginsImpl(
const content::PasswordForm& form,
- const ConsumerCallbackRunner& callback_runner) {
+ const ConsumerCallbackRunner& callback_runner,
+ AuthorizationPromptPermission permission_to_prompt) {
CheckMigration();
std::vector<content::PasswordForm*> matched_forms;
if (use_native_backend() && backend_->GetLogins(form, &matched_forms)) {

Powered by Google App Engine
This is Rietveld 408576698