Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ed163215bfa10ef7726c8ff672092be87147ea8d..e5f5143f748f2d1840c8e94ddbcbbfe9a38a93be 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1533,7 +1533,7 @@ const char kAllowCrossOriginAuthPrompt[] = "auth.allow_cross_origin_prompt"; |
#if defined(OS_CHROMEOS) |
// Dictionary for transient storage of settings that should go into signed |
// settings storage before owner has been assigned. |
-const char kSignedSettingsTempStorage[] = "signed_settings_temp_storage"; |
+const char kSignedSettingsCache[] = "signed_settings_cache"; |
// The hardware keyboard layout of the device. This should look like |
// "xkb:us::eng". |