| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index 11d2af175c6f708424d2f0d7e31e1f0361b0c79f..86e86e46223df9b1bdba1e415937057a5fc0b23b 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -41,8 +41,6 @@
|
| namespace {
|
|
|
| const wchar_t kChromeGuid[] = L"{8A69D345-D564-463c-AFF1-A69D9E530F96}";
|
| -const wchar_t kBrowserProgIdPrefix[] = L"ChromeHTML";
|
| -const wchar_t kBrowserProgIdDesc[] = L"Chrome HTML Document";
|
| const wchar_t kCommandExecuteImplUuid[] =
|
| L"{5C65F4B0-3651-4514-B207-D10CB699B14B}";
|
|
|
| @@ -165,14 +163,6 @@ int GoogleChromeDistribution::GetIconIndex() {
|
| return icon_resources::kApplicationIndex;
|
| }
|
|
|
| -base::string16 GoogleChromeDistribution::GetBrowserProgIdPrefix() {
|
| - return kBrowserProgIdPrefix;
|
| -}
|
| -
|
| -base::string16 GoogleChromeDistribution::GetBrowserProgIdDesc() {
|
| - return kBrowserProgIdDesc;
|
| -}
|
| -
|
| base::string16 GoogleChromeDistribution::GetPublisherName() {
|
| const base::string16& publisher_name =
|
| installer::GetLocalizedString(IDS_ABOUT_VERSION_COMPANY_NAME_BASE);
|
|
|