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

Unified Diff: chrome/browser/prefs/tracked/pref_hash_browsertest.cc

Issue 2751603002: Remove the alternative preferences filename from JsonPrefStore. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/tracked/pref_hash_browsertest.cc
diff --git a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
index 274482512f2a1db0d48b6d1bb06cb4d7eb9eddc6..1b5fd9039b066964db6254a02c7a9689d0040a4d 100644
--- a/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
+++ b/chrome/browser/prefs/tracked/pref_hash_browsertest.cc
@@ -221,7 +221,7 @@ class PrefHashBrowserTestBase
// Sanity check that old protected pref file is never present in modern
// Chromes.
EXPECT_FALSE(base::PathExists(
- profile_dir.Append(chrome::kProtectedPreferencesFilenameDeprecated)));
+ profile_dir.Append(FILE_PATH_LITERAL("Protected Preferences"))));
// Read the preferences from disk.
« no previous file with comments | « chrome/browser/prefs/profile_pref_store_manager.cc ('k') | chrome/common/chrome_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698