Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 86969cd7e318d28d198ca21ba38b066bf6ec7930..9a24b1b696ae61b6a5d43deb79c67a8b0dcb21fc 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -2330,6 +2330,9 @@ void Browser::RegisterUserPrefs(PrefService* prefs) { |
prefs->RegisterBooleanPref(prefs::kImportSavedPasswords, |
true, |
PrefService::UNSYNCABLE_PREF); |
+ // The map of timestamps of the last used file browser handlers. |
+ prefs->RegisterDictionaryPref(prefs::kLastUsedFileBrowserHandlers, |
+ PrefService::UNSYNCABLE_PREF); |
// We need to register the type of these preferences in order to query |
// them even though they're only typically controlled via policy. |