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 5261a7accdd044708b9b8d8220c51b1f7cf92b55..b20b5e89b2c17475add32cf59fa376322fc8670c 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 GetInstallSubDir() OVERRIDE; |
virtual string16 GetUninstallRegPath() OVERRIDE; |