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

Unified Diff: chrome/browser/password_manager/password_store_default_unittest.cc

Issue 7396013: Linux: revive a mysteriously disabled test and add tests for the GNOME Keyring native backend. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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: chrome/browser/password_manager/password_store_default_unittest.cc
===================================================================
--- chrome/browser/password_manager/password_store_default_unittest.cc (revision 93060)
+++ chrome/browser/password_manager/password_store_default_unittest.cc (working copy)
@@ -151,7 +151,7 @@
}
TEST_F(PasswordStoreDefaultTest, NonASCIIData) {
- // Prentend that the migration has already taken place.
+ // Pretend that the migration has already taken place.
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
true,
PrefService::UNSYNCABLE_PREF);
@@ -399,7 +399,7 @@
new SignalingTask(&done));
done.Wait();
- // Prentend that the migration has already taken place.
+ // Pretend that the migration has already taken place.
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
true,
PrefService::UNSYNCABLE_PREF);
@@ -431,7 +431,7 @@
}
TEST_F(PasswordStoreDefaultTest, Notifications) {
- // Prentend that the migration has already taken place.
+ // Pretend that the migration has already taken place.
profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
true,
PrefService::UNSYNCABLE_PREF);

Powered by Google App Engine
This is Rietveld 408576698