Chromium Code Reviews| 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..51b2a3ce79b702328925a78db1a240a83cba8c0a 100644 |
| --- a/chrome/installer/util/chrome_frame_distribution.h |
| +++ b/chrome/installer/util/chrome_frame_distribution.h |
| @@ -15,6 +15,8 @@ class ChromeFrameDistribution : public BrowserDistribution { |
| public: |
| virtual string16 GetAppGuid() OVERRIDE; |
| + virtual string16 GetBrowserProgIdPrefix() OVERRIDE; |
| + |
|
grt (UTC plus 2)
2013/09/11 03:52:32
same comment about NOTREACHED for GetBrowserProgId
zturner
2013/09/11 21:16:59
Done.
|
| virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE; |
| virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE; |