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

Unified Diff: chrome/installer/util/product.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/product.h
diff --git a/chrome/installer/util/product.h b/chrome/installer/util/product.h
index cba5bc2f0637cc7a274d1ec6a63fe16849c6d270..9ff763b9b0e6f383d834a3915b6325816e4f4d0e 100644
--- a/chrome/installer/util/product.h
+++ b/chrome/installer/util/product.h
@@ -12,6 +12,7 @@
#include "base/memory/scoped_ptr.h"
#include "chrome/installer/util/browser_distribution.h"
#include "chrome/installer/util/shell_util.h"
+#include "chrome/installer/util/util_constants.h"
class CommandLine;
@@ -129,6 +130,10 @@ class Product {
const base::FilePath& target_exe,
ShellUtil::ShortcutProperties* properties) const;
+ void LaunchUserExperiment(const base::FilePath& setup_path,
+ InstallStatus status,
+ bool system_level) const;
+
protected:
enum CacheStateFlags {
MSI_STATE = 0x01

Powered by Google App Engine
This is Rietveld 408576698