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

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

Issue 986983002: Delete PasswordStoreX::Get*LoginsImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Just rebased Created 5 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_x.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/password_manager/password_store_x.h
diff --git a/chrome/browser/password_manager/password_store_x.h b/chrome/browser/password_manager/password_store_x.h
index 17655338947e9e334451ecc023feb1e1f5824ae8..7ae07eda62ad6e242c3c2508ceb3d31a697d4a76 100644
--- a/chrome/browser/password_manager/password_store_x.h
+++ b/chrome/browser/password_manager/password_store_x.h
@@ -94,18 +94,11 @@ class PasswordStoreX : public password_manager::PasswordStoreDefault {
ScopedVector<autofill::PasswordForm> FillMatchingLogins(
const autofill::PasswordForm& form,
AuthorizationPromptPolicy prompt_policy) override;
- void GetAutofillableLoginsImpl(
- scoped_ptr<PasswordStore::GetLoginsRequest> request) override;
- void GetBlacklistLoginsImpl(
- scoped_ptr<PasswordStore::GetLoginsRequest> request) override;
bool FillAutofillableLogins(
ScopedVector<autofill::PasswordForm>* forms) override;
bool FillBlacklistLogins(
ScopedVector<autofill::PasswordForm>* forms) override;
- // Sort logins by origin, like the ORDER BY clause in login_database.cc.
- void SortLoginsByOrigin(std::vector<autofill::PasswordForm*>* list);
-
// Check to see whether migration is necessary, and perform it if so.
void CheckMigration();
« no previous file with comments | « no previous file | chrome/browser/password_manager/password_store_x.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698