Index: chrome/common/chrome_constants.h |
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h |
index 926b7726f71ecf4fc08092ac6141c3d681225b8d..5632940a716016bc5b332a71924c57b1dbb394e5 100644 |
--- a/chrome/common/chrome_constants.h |
+++ b/chrome/common/chrome_constants.h |
@@ -57,6 +57,7 @@ extern const base::FilePath::CharType kAndroidCacheFilename[]; |
#endif |
extern const base::FilePath::CharType kArchivedHistoryFilename[]; |
extern const base::FilePath::CharType kCacheDirname[]; |
+extern const base::FilePath::CharType kChannelIDFilename[]; |
extern const base::FilePath::CharType kCookieFilename[]; |
extern const base::FilePath::CharType kCRLSetFilename[]; |
extern const base::FilePath::CharType kCustomDictionaryFileName[]; |
@@ -72,7 +73,6 @@ extern const base::FilePath::CharType kLocalStorePoolName[]; |
extern const base::FilePath::CharType kLoginDataFileName[]; |
extern const base::FilePath::CharType kMediaCacheDirname[]; |
extern const base::FilePath::CharType kNewTabThumbnailsFilename[]; |
-extern const base::FilePath::CharType kOBCertFilename[]; |
extern const base::FilePath::CharType kPreferencesFilename[]; |
extern const base::FilePath::CharType kProtectedPreferencesFilenameDeprecated[]; |
extern const base::FilePath::CharType kReadmeFilename[]; |