Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1674)

Unified Diff: chrome/installer/util/chrome_browser_sxs_operations.cc

Issue 12321061: Pulling user experiment code from BrowserDistribution to a new class. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Making user experiments unavailable for Chromium. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/util/chrome_browser_sxs_operations.cc
diff --git a/chrome/installer/util/chrome_browser_sxs_operations.cc b/chrome/installer/util/chrome_browser_sxs_operations.cc
index 00aabf9890487182742ee3013acbd69ad5f6fbbc..794c2eac55d80bd4d8c6407325464f0eb757eb53 100644
--- a/chrome/installer/util/chrome_browser_sxs_operations.cc
+++ b/chrome/installer/util/chrome_browser_sxs_operations.cc
@@ -28,4 +28,8 @@ void ChromeBrowserSxSOperations::AppendRenameFlags(
ChromeBrowserOperations::AppendRenameFlags(options, cmd_line);
}
+bool ChromeBrowserSxSOperations::ShouldLaunchUserExperiment() const {
+ return true;
+}
+
} // namespace installer

Powered by Google App Engine
This is Rietveld 408576698