| 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 54a43db621333ff1258b3874f99a747008f6835f..1344e1fe9b911e73898f67895a69afce2f5a5c61 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -868,5 +868,8 @@ void GoogleChromeDistribution::InactiveUserToastExperiment(int flavor,
|
| GetType()));
|
| base::LaunchProcess(cmd, base::LaunchOptions(), NULL);
|
| }
|
| +#endif // ifndef _WIN64
|
|
|
| -#endif
|
| +bool GoogleChromeDistribution::ShouldSetExperimentLabels() {
|
| + return true;
|
| +}
|
|
|