diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_constants.cc | 1 | ||||
-rw-r--r-- | chrome/common/chrome_constants.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc index c910e30..3cf228d 100644 --- a/chrome/common/chrome_constants.cc +++ b/chrome/common/chrome_constants.cc @@ -26,6 +26,7 @@ const wchar_t kTestingInterfaceDLL[] = L"testing_interface.dll"; const wchar_t kNotSignedInProfile[] = L"Default"; const wchar_t kNotSignedInID[] = L"not-signed-in"; const wchar_t kBrowserResourcesDll[] = L"chrome.dll"; +const FilePath::CharType kExtensionFileExtension[] = FPL("crx"); // filenames const wchar_t kArchivedHistoryFilename[] = L"Archived History"; diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index cd67441..51ac806 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -21,6 +21,7 @@ extern const wchar_t kNotSignedInProfile[]; extern const wchar_t kNotSignedInID[]; extern const char kStatsFilename[]; extern const wchar_t kBrowserResourcesDll[]; +extern const FilePath::CharType kExtensionFileExtension[]; // filenames extern const wchar_t kArchivedHistoryFilename[]; |