Chromium Code Reviews| Index: chrome/installer/util/google_chrome_distribution.cc |
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc |
| index d9c4e6769ba508be99e9321abd148451bc6ba629..1e12818c1c30b8209d7acb591fb3865e84c7ce44 100644 |
| --- a/chrome/installer/util/google_chrome_distribution.cc |
| +++ b/chrome/installer/util/google_chrome_distribution.cc |
| @@ -877,4 +877,7 @@ void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor, |
| base::LaunchProcess(cmd, base::LaunchOptions(), NULL); |
| } |
| +bool GoogleChromeDistribution::ShouldWriteExperimentLabels() const { |
|
grt (UTC plus 2)
2012/11/24 02:58:37
I think this should be moved down below the #endif
SteveT
2012/11/26 20:45:06
Done.
|
| + return true; |
| +} |
| #endif |