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

Unified Diff: components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc

Issue 1895993003: Add migration code to change existing domain scoped content settings to be origin scoped (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove logs and format Created 4 years, 6 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/sync/browser/password_manager_setting_migrator_service_unittest.cc
diff --git a/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc b/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
index c91203223d98aa95ac748128d678b08d3c613e35..eaead536f378ebf7d8ef19339ad77bb1a0f33058 100644
--- a/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
+++ b/components/password_manager/sync/browser/password_manager_setting_migrator_service_unittest.cc
@@ -313,7 +313,6 @@ TEST_F(PasswordManagerSettingMigratorServiceTest,
{ON, ON, ON, ON, true, N1L1, I11F11},
#endif
};
-
raymes 2016/06/16 03:23:51 nit: this isn't needed
lshang 2016/06/20 01:34:22 Done.
for (const auto& test_case : kTestingTable) {
SetupPreferenceMigrationEnvironment();
EnforcePasswordManagerSettingMigrationExperiment(kEnabledGroupName);

Powered by Google App Engine
This is Rietveld 408576698