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

Unified Diff: chrome/installer/util/chrome_app_host_operations.h

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.h
diff --git a/chrome/installer/util/chrome_app_host_operations.h b/chrome/installer/util/chrome_app_host_operations.h
index f46264074e4c4e2396bb72712d6680b9f09ab957..bb05c0dceba5d9db14a9f2dea250989073291dd8 100644
--- a/chrome/installer/util/chrome_app_host_operations.h
+++ b/chrome/installer/util/chrome_app_host_operations.h
@@ -51,6 +51,12 @@ class ChromeAppHostOperations : public ProductOperations {
const base::FilePath& target_exe,
ShellUtil::ShortcutProperties* properties) const OVERRIDE;
+ virtual void LaunchUserExperiment(const base::FilePath& setup_path,
+ const std::set<std::wstring>& options,
+ BrowserDistribution* dist,
+ InstallStatus status,
+ bool system_level) const OVERRIDE;
+
private:
DISALLOW_COPY_AND_ASSIGN(ChromeAppHostOperations);
};

Powered by Google App Engine
This is Rietveld 408576698