Index: chrome/browser/password_manager/password_store_x.h |
=================================================================== |
--- chrome/browser/password_manager/password_store_x.h (revision 84505) |
+++ chrome/browser/password_manager/password_store_x.h (working copy) |
@@ -76,6 +76,9 @@ |
virtual bool FillBlacklistLogins( |
std::vector<webkit_glue::PasswordForm*>* forms); |
+ // Sort logins by origin, like the ORDER BY clause in login_database.cc. |
+ void SortLoginsByOrigin(NativeBackend::PasswordFormList* list); |
+ |
// Check to see whether migration is necessary, and perform it if so. |
void CheckMigration(); |