| 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 c7a285881a540c69fe1669de05c088d829adeb43..9b57ae87fe33d1652c97ec482951c1491121c456 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -74,6 +74,8 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetVersionKey() OVERRIDE;
|
|
|
| + virtual string16 GetIconFilename() OVERRIDE;
|
| +
|
| virtual bool GetCommandExecuteImplClsid(
|
| string16* handler_class_uuid) OVERRIDE;
|
|
|
|
|