| Index: chrome/installer/util/browser_distribution.h
|
| diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h
|
| index 7d02b63f0807bcddbc309da77f8dca4fac8a472c..7a78cc54826316c83526412087ae2a7e9cec01d6 100644
|
| --- a/chrome/installer/util/browser_distribution.h
|
| +++ b/chrome/installer/util/browser_distribution.h
|
| @@ -79,7 +79,11 @@ class BrowserDistribution {
|
|
|
| virtual string16 GetAlternateApplicationName();
|
|
|
| - virtual string16 GetBrowserAppId();
|
| + // 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
|
| + // should be suffixed in all scenarios.
|
| + virtual string16 GetBaseAppId();
|
|
|
| virtual string16 GetInstallSubDir();
|
|
|
|
|