| 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 f4cd2f0338cdbdd17c638b5694c27692cf4e9c49..225dcb671c3191eb3cb2ed9c82cf6ff7e6f6066d 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -42,6 +42,10 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetAlternateApplicationName() OVERRIDE;
|
|
|
| + virtual string16 GetAppListShortcutName() OVERRIDE;
|
| +
|
| + virtual string16 GetAppShortcutsSubdirName() OVERRIDE;
|
| +
|
| virtual string16 GetBaseAppId() OVERRIDE;
|
|
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
|
|