| Index: chrome/common/chrome_constants.cc
|
| diff --git a/chrome/common/chrome_constants.cc b/chrome/common/chrome_constants.cc
|
| index 927f7d33dd745760ed33176253fa2cf1d8030d4f..c90e2684a19fd4995e057f8d662f5357a21d1245 100644
|
| --- a/chrome/common/chrome_constants.cc
|
| +++ b/chrome/common/chrome_constants.cc
|
| @@ -71,7 +71,8 @@ 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");
|
| +const FilePath::CharType kExtensionFileExtension[] = FPL(".crx");
|
| +const FilePath::CharType kExtensionKeyFileExtension[] = FPL(".pem");
|
|
|
| // filenames
|
| const FilePath::CharType kArchivedHistoryFilename[] = FPL("Archived History");
|
|
|