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

Unified Diff: components/password_manager/core/browser/password_manager_util.h

Issue 2566873002: Remove ScopedVector from PasswordStoreMac (Closed)
Patch Set: back_inserter Created 4 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: components/password_manager/core/browser/password_manager_util.h
diff --git a/components/password_manager/core/browser/password_manager_util.h b/components/password_manager/core/browser/password_manager_util.h
index f22f7a2b638bfdc42d430f4c1030b9701bd33613..68fc65b47a1b1d77b092a398126ec7506a0b6651 100644
--- a/components/password_manager/core/browser/password_manager_util.h
+++ b/components/password_manager/core/browser/password_manager_util.h
@@ -43,11 +43,6 @@ void FindDuplicates(
void TrimUsernameOnlyCredentials(
std::vector<std::unique_ptr<autofill::PasswordForm>>* android_credentials);
-// TODO(crbug.com/555132): Remove this when the migration from ScopedVector is
-// finished for PasswordForm.
-std::vector<std::unique_ptr<autofill::PasswordForm>> ConvertScopedVector(
- ScopedVector<autofill::PasswordForm> old_vector);
-
// A convenience function for testing that |client| has a non-null LogManager
// and that that LogManager returns true for IsLoggingActive. This function can
// be removed once PasswordManagerClient::GetLogManager is implemented on iOS

Powered by Google App Engine
This is Rietveld 408576698