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..2d7190c1098ad8360ccde3fe3f3b784e19cf7e2d 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 |
robertshield
2013/01/07 22:14:04
this preceded your change, but please could you ad
SteveT
2013/01/07 22:36:55
Done.
|
+ |
+bool GoogleChromeDistribution::ShouldSetExperimentLabels() { |
+ return true; |
+} |