Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 102115) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -567,6 +567,10 @@ |
const char kShow3gPromoNotification[] = |
"settings.internet.mobile.show_3g_promo_notification"; |
+// Map of timestamps of the last used file browser tasks. |
+const char kLastUsedFileBrowserHandlers[] = |
+ "filebrowser.handler.lastused"; |
+ |
// A boolean pref that uses shared proxies. |
const char kUseSharedProxies[] = "settings.use_shared_proxies"; |
@@ -1061,10 +1065,6 @@ |
// Boolean that specifies if file selection dialogs are shown. |
const char kAllowFileSelectionDialogs[] = "select_file_dialogs.allowed"; |
-// Map of timestamps of the last used file browser tasks. |
-const char kLastUsedFileBrowserHandlers[] = |
- "filebrowser.handler.lastused"; |
- |
// Extensions which should be opened upon completion. |
const char kDownloadExtensionsToOpen[] = "download.extensions_to_open"; |