Index: chrome/installer/util/chrome_app_host_distribution.h |
diff --git a/chrome/installer/util/chrome_app_host_distribution.h b/chrome/installer/util/chrome_app_host_distribution.h |
index 24e007a32eebd79342b3028ed75f4751cce7f25b..8bbe166affda0e953636eb738e2c276eb21153a6 100644 |
--- a/chrome/installer/util/chrome_app_host_distribution.h |
+++ b/chrome/installer/util/chrome_app_host_distribution.h |
@@ -17,6 +17,8 @@ class ChromeAppHostDistribution : public BrowserDistribution { |
virtual string16 GetDisplayName() OVERRIDE; |
+ virtual string16 GetBrowserProgIdPrefix() OVERRIDE; |
+ |
grt (UTC plus 2)
2013/09/11 03:52:32
shouldn't GetBrowserProgIdDesc should NOTREACHED,
zturner
2013/09/11 21:16:59
Done.
|
// This can only be called with SHORTCUT_APP_LAUNCHER for |shortcut_type|. |
virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE; |