Chromium Code Reviews| 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..b1949ee94149356f9be85d8bab9cdd8a87e64b03 100644 |
| --- a/chrome/installer/util/browser_distribution.h |
| +++ b/chrome/installer/util/browser_distribution.h |
| @@ -53,6 +53,9 @@ class BrowserDistribution { |
| // at run-time. |
| virtual string16 GetBaseAppName(); |
| + // Returns the localized name of the (Start Menu) folder for the program. |
| + virtual string16 GetAppShortCutFolderName(); |
|
gab
2013/05/15 22:42:20
See suggestion on https://codereview.chromium.org/
huangs
2013/05/17 20:59:24
Will merge into this; but keeping it for now for t
|
| + |
| // Returns the localized name of the program. |
| virtual string16 GetAppShortCutName(); |