| 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 93f1cf9047fa47e8bd05a4107d5a72fce8903c98..d207bd1f10d35397092e9eaaaa6a919e2507d55b 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -105,6 +105,8 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
| const installer::Product& installation,
|
| const FilePath& application_path) OVERRIDE;
|
|
|
| + virtual bool ShouldSetExperimentLabels() OVERRIDE;
|
| +
|
| const string16& product_guid() { return product_guid_; }
|
|
|
| protected:
|
|
|