| Index: chrome/installer/util/chrome_frame_distribution.h
|
| diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h
|
| index ff49036b039299186481b858ffc260774c3d0855..eb40d7883f7659fc0bb570c29452eefc7528ddfa 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.h
|
| +++ b/chrome/installer/util/chrome_frame_distribution.h
|
| @@ -21,6 +21,10 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetAlternateApplicationName() OVERRIDE;
|
|
|
| + virtual string16 GetAppListShortcutName() OVERRIDE;
|
| +
|
| + virtual string16 GetAppShortcutsSubdirName() OVERRIDE;
|
| +
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
|
|
| virtual string16 GetPublisherName() OVERRIDE;
|
|
|