| 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 a25404345d529624e9b45341d7595ca71c442bb5..06af9e98030481b65f92c34d9b2f3906b5a9656e 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.h
|
| +++ b/chrome/installer/util/chrome_frame_distribution.h
|
| @@ -19,9 +19,9 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
|
|
| base::string16 GetDisplayName() override;
|
|
|
| - base::string16 GetShortcutName(ShortcutType shortcut_type) override;
|
| + base::string16 GetShortcutName() override;
|
|
|
| - int GetIconIndex(ShortcutType shortcut_type) override;
|
| + int GetIconIndex() override;
|
|
|
| base::string16 GetBaseAppName() override;
|
|
|
|
|