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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 2714543006: Clean Obsolete HTTP Data from the Password Store (Closed)
Patch Set: Next Round and Tests Created 3 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
Index: components/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index e1b32010a1f07401b5e59e95802483f690c3a8f3..0b82abae32a9592fb10f9f7981ab5ee0e10bc9d9 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -74,8 +74,6 @@ static_library("browser") {
"login_database_win.cc",
"login_model.cc",
"login_model.h",
- "obsolete_http_cleaner.cc",
- "obsolete_http_cleaner.h",
"password_autofill_manager.cc",
"password_autofill_manager.h",
"password_bubble_experiment.cc",
@@ -288,7 +286,6 @@ source_set("unit_tests") {
"log_router_unittest.cc",
"login_database_unittest.cc",
"login_model_unittest.cc",
- "obsolete_http_cleaner_unittest.cc",
"password_autofill_manager_unittest.cc",
"password_bubble_experiment_unittest.cc",
"password_form_manager_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698