| Index: chrome/installer/util/chrome_app_host_distribution.cc
|
| diff --git a/chrome/installer/util/chrome_app_host_distribution.cc b/chrome/installer/util/chrome_app_host_distribution.cc
|
| index 1c4c0e13fcd0b119e3c52c65e31bbe65c7b2991c..13822feafededcfe7b8d0c36c5f0e8913048c0c7 100644
|
| --- a/chrome/installer/util/chrome_app_host_distribution.cc
|
| +++ b/chrome/installer/util/chrome_app_host_distribution.cc
|
| @@ -38,6 +38,11 @@ string16 ChromeAppHostDistribution::GetBaseAppName() {
|
| return L"Google Chrome App Launcher";
|
| }
|
|
|
| +string16 ChromeAppHostDistribution::GetBrowserProgIdPrefix() {
|
| + NOTREACHED();
|
| + return string16();
|
| +}
|
| +
|
| string16 ChromeAppHostDistribution::GetDisplayName() {
|
| return GetShortcutName(SHORTCUT_APP_LAUNCHER);
|
| }
|
|
|