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

Unified Diff: chrome/installer/util/chrome_browser_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_browser_operations.h
diff --git a/chrome/installer/util/chrome_browser_operations.h b/chrome/installer/util/chrome_browser_operations.h
index 9c75a4e1cbac20f27033a274bf6b8f256c09d497..550147b1493830cbbfc17ce7a3cd69f80b563927 100644
--- a/chrome/installer/util/chrome_browser_operations.h
+++ b/chrome/installer/util/chrome_browser_operations.h
@@ -50,6 +50,12 @@ class ChromeBrowserOperations : 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(ChromeBrowserOperations);
};

Powered by Google App Engine
This is Rietveld 408576698