diff options
Diffstat (limited to 'chrome/common/pref_names.h')
-rw-r--r-- | chrome/common/pref_names.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 91c2ab7..233c2e3 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -68,6 +68,12 @@ extern const wchar_t kDeleteDownloadHistory[]; extern const wchar_t kDeleteCache[]; extern const wchar_t kDeleteCookies[]; extern const wchar_t kDeletePasswords[]; +extern const wchar_t kBookmarkTableNameWidth1[]; +extern const wchar_t kBookmarkTableURLWidth1[]; +extern const wchar_t kBookmarkTableNameWidth2[]; +extern const wchar_t kBookmarkTableURLWidth2[]; +extern const wchar_t kBookmarkTablePathWidth[]; +extern const wchar_t kBookmarkManagerPlacement[]; extern const wchar_t kEnableSpellCheck[]; extern const wchar_t kDeleteTimePeriod[]; @@ -154,4 +160,3 @@ extern const wchar_t kNumKeywords[]; } #endif // CHROME_COMMON_PREF_NAMES_H_ - |