Chromium Code Reviews| Index: chrome/installer/util/google_chrome_distribution.h |
| diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h |
| index 743bd38a449ef6b8ecef840996b53fe3f6a327ab..87c1997ebbdec64968bcd01f5d6d5a5f24424a2c 100644 |
| --- a/chrome/installer/util/google_chrome_distribution.h |
| +++ b/chrome/installer/util/google_chrome_distribution.h |
| @@ -43,6 +43,8 @@ class GoogleChromeDistribution : public BrowserDistribution { |
| virtual std::wstring GetAlternateApplicationName() OVERRIDE; |
| + virtual std::wstring GetAppShortCutName() OVERRIDE; |
|
grt (UTC plus 2)
2012/04/27 13:00:25
move this between GetApplicationName and GetAltern
|
| + |
| virtual std::wstring GetBrowserAppId() OVERRIDE; |
| virtual std::wstring GetInstallSubDir() OVERRIDE; |