| 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();
|
| +
|
| // Returns the localized name of the program.
|
| virtual string16 GetAppShortCutName();
|
|
|
|
|