Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 73d5a26950f579032f57dfa09f8017b85951ddda..411d1c073d66b11aa9a92e233868f296f0aece42 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -493,9 +493,6 @@ const char kDeletePasswords[] = "browser.clear_data.passwords"; |
const char kDeleteFormData[] = "browser.clear_data.form_data"; |
const char kDeleteTimePeriod[] = "browser.clear_data.time_period"; |
-// Whether there is a Flash version installed that supports clearing LSO data. |
-const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; |
- |
// Boolean pref to define the default values for using spellchecker. |
const char kEnableSpellCheck[] = "browser.enable_spellchecking"; |
@@ -1221,6 +1218,9 @@ const char kSignedSettingsTempStorage[] = "signed_settings_temp_storage"; |
const char kHardwareKeyboardLayout[] = "intl.hardware_keyboard"; |
#endif |
+// Whether there is a Flash version installed that supports clearing LSO data. |
+const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled"; |
+ |
// *************** SERVICE PREFS *************** |
// These are attached to the service process. |