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

Unified Diff: chrome/installer/util/chrome_app_host_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: Adding GetUserDataPaths() to BrowserDistribution; replacing Product with other params in LaunchUser… 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_app_host_operations.cc
diff --git a/chrome/installer/util/chrome_app_host_operations.cc b/chrome/installer/util/chrome_app_host_operations.cc
index 3690196cd422ac33e7899e398638b17c9e695a50..a207b4f49b8ae3d61b5782aca0c083380ff4e5c5 100644
--- a/chrome/installer/util/chrome_app_host_operations.cc
+++ b/chrome/installer/util/chrome_app_host_operations.cc
@@ -120,4 +120,13 @@ void ChromeAppHostOperations::AddDefaultShortcutProperties(
}
}
+void ChromeAppHostOperations::LaunchUserExperiment(
+ const base::FilePath& setup_path,
+ const std::set<std::wstring>& options,
+ BrowserDistribution* dist,
+ InstallStatus status,
+ bool system_level) const {
+ NOTREACHED() << "Chrome App Launcher does not launch user experiments.";
grt (UTC plus 2) 2013/03/12 14:32:18 please switch to: // Explanatory comment. NOTR
huangs 2013/03/12 18:03:07 Done.
+}
+
} // namespace installer

Powered by Google App Engine
This is Rietveld 408576698