Index: chrome/installer/util/google_chrome_sxs_distribution.h |
diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h |
index d089196a5777c0196c21b816f20111e7e72b1e5b..790d2fb24e4922a72ddb490cd827de7718d1042e 100644 |
--- a/chrome/installer/util/google_chrome_sxs_distribution.h |
+++ b/chrome/installer/util/google_chrome_sxs_distribution.h |
@@ -22,6 +22,8 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution { |
virtual string16 GetBaseAppName() OVERRIDE; |
virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE; |
virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE; |
+ virtual string16 GetStartMenuShortcutSubfolder( |
+ Subfolder subfolder_type) OVERRIDE; |
virtual string16 GetBaseAppId() OVERRIDE; |
virtual string16 GetBrowserProgIdPrefix() OVERRIDE; |
virtual string16 GetBrowserProgIdDesc() OVERRIDE; |