| Index: chrome/installer/util/google_chrome_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
|
| index a00a31e514eb4b1a11fa78f5e8d624fb833c3d82..e6bb555c533e488fd53391cd000c41421bf050b0 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -46,6 +46,10 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetBaseAppId() OVERRIDE;
|
|
|
| + virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
|
| +
|
| + virtual string16 GetBrowserProgIdDesc() OVERRIDE;
|
| +
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
|
|
| virtual string16 GetPublisherName() OVERRIDE;
|
|
|