| 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 fa891d6173eb7ea7b6bafeb085c32757440dc641..45db56aac52fc2277e2a72bc03a1829c0b2fba53 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.h
|
| +++ b/chrome/installer/util/chrome_frame_distribution.h
|
| @@ -15,6 +15,10 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
| public:
|
| virtual string16 GetAppGuid() OVERRIDE;
|
|
|
| + virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
|
| +
|
| + virtual string16 GetBrowserProgIdDesc() OVERRIDE;
|
| +
|
| virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
|
|
|
| virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
|
|