Index: chrome/installer/util/browser_distribution.h |
diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h |
index d1459ff04fcb6ec0b7e3c8e6d8dd33c44a90701e..52acf5ca3efe3b38dd6fd68df8fbc9e8338963a7 100644 |
--- a/chrome/installer/util/browser_distribution.h |
+++ b/chrome/installer/util/browser_distribution.h |
@@ -58,6 +58,13 @@ class BrowserDistribution { |
virtual string16 GetAlternateApplicationName(); |
+ // Returns the localized name of the app launcher. |
+ virtual string16 GetAppListShortcutName(); |
+ |
+ // Returns the localized name of the subdirectory to store chrome apps in the |
+ // application menu. |
+ virtual string16 GetAppShortcutsSubdirName(); |
gab
2013/05/15 21:26:38
I talked about this with huangs@ and we came up wi
calamity
2013/08/27 07:59:35
Done.
|
+ |
// Returns the unsuffixed appid of this program. |
// The AppUserModelId is a property of Windows programs. |
// IMPORTANT: This should only be called by ShellUtil::GetAppId as the appid |