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

Unified Diff: chrome/installer/util/chrome_binaries_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: Style changes; removing passing of BrowserDistribution for experiments; specializing LaunchBrowserU… Created 7 years, 9 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_binaries_operations.cc
diff --git a/chrome/installer/util/chrome_binaries_operations.cc b/chrome/installer/util/chrome_binaries_operations.cc
index 9a00805847d8c9f08878a9e1febeca6a44a95ca6..055334cbe79ba3e8df6b4f59925e3c69f62eb68d 100644
--- a/chrome/installer/util/chrome_binaries_operations.cc
+++ b/chrome/installer/util/chrome_binaries_operations.cc
@@ -84,4 +84,13 @@ void ChromeBinariesOperations::AddDefaultShortcutProperties(
NOTREACHED() << "Chrome Binaries do not create shortcuts.";
}
+void ChromeBinariesOperations::LaunchUserExperiment(
+ const base::FilePath& setup_path,
+ const std::set<std::wstring>& options,
+ InstallStatus status,
+ bool system_level) const {
+ // Not meaningful to have binaries run experiments.
+ NOTREACHED();
+}
+
} // namespace installer

Powered by Google App Engine
This is Rietveld 408576698