Index: chrome/browser/protector/protected_prefs_watcher.cc |
=================================================================== |
--- chrome/browser/protector/protected_prefs_watcher.cc (revision 133745) |
+++ chrome/browser/protector/protected_prefs_watcher.cc (working copy) |
@@ -151,7 +151,8 @@ |
} |
void ProtectedPrefsWatcher::EnsurePrefsMigration() { |
- SessionStartupPref::MigrateIfNecessary(profile_->GetPrefs()); |
+ // Force SessionStartupPref migration, if necessary. |
+ SessionStartupPref::GetStartupPref(profile_); |
} |
bool ProtectedPrefsWatcher::UpdateCachedPrefs() { |