Index: chrome/installer/util/google_chrome_distribution_dummy.cc |
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc |
index 836cf1fc3706cfc7a00aae61bddd3a6b93b22524..ce7d65782b30fb7e77cf40068fe3296f0da01bc9 100644 |
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc |
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc |
@@ -175,3 +175,8 @@ bool GoogleChromeDistribution::BuildUninstallMetricsString( |
NOTREACHED(); |
return false; |
} |
+ |
+bool GoogleChromeDistribution::ShouldSetExperimentLabels() { |
+ NOTREACHED(); |
+ return false; |
+} |