| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 9def19e4655befcdd9422c611db0e7736388d086..a1d84fdd81e6783db1118b4b0df7013c5b121be3 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -207,7 +207,6 @@ extern const char kLabsMediaplayerEnabled[];
|
| extern const char kEnableScreenLock[];
|
| extern const char kShowPlanNotifications[];
|
| extern const char kShow3gPromoNotification[];
|
| -extern const char kLastUsedFileBrowserHandlers[];
|
| extern const char kUseSharedProxies[];
|
| extern const char kOAuth1Token[];
|
| extern const char kOAuth1Secret[];
|
| @@ -377,6 +376,7 @@ extern const char kSaveFileDefaultDirectory[];
|
| extern const char kSaveFileType[];
|
|
|
| extern const char kAllowFileSelectionDialogs[];
|
| +extern const char kLastUsedFileBrowserHandlers[];
|
|
|
| extern const char kSelectFileLastDirectory[];
|
|
|
|
|