Commit fa3ca921 authored by Mohamed Amir Yosef's avatar Mohamed Amir Yosef Committed by Commit Bot

[Passwords] Remove unnecessary TODO from MultiStoreFormFetcher

Bug: 1002000
Change-Id: I5c870f4c8d63a08c59c0b035ffb9e34c0c03f994
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095545Reviewed-by: default avatarMohamed Amir Yosef <mamir@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Auto-Submit: Mohamed Amir Yosef <mamir@chromium.org>
Cr-Commit-Position: refs/heads/master@{#748787}
parent d95ffebe
......@@ -80,9 +80,6 @@ void MultiStoreFormFetcher::OnGetPasswordStoreResults(
BrowserSavePasswordProgressLogger(client_->GetLogManager())
.LogNumber(Logger::STRING_ON_GET_STORE_RESULTS_METHOD, results.size());
}
// TODO(crbug.com/1002000): implement password store migration.
ProcessPasswordStoreResults(std::move(partial_results_));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment