Index: chrome/installer/util/chrome_frame_operations.h |
diff --git a/chrome/installer/util/chrome_frame_operations.h b/chrome/installer/util/chrome_frame_operations.h |
index dac2016e718ba9b371ddcb84674f12ab5e3337c3..23a94acc779dadaf1375c2e2173828acd9b12ff7 100644 |
--- a/chrome/installer/util/chrome_frame_operations.h |
+++ b/chrome/installer/util/chrome_frame_operations.h |
@@ -50,6 +50,12 @@ class ChromeFrameOperations : 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; |
+ |
protected: |
void NormalizeOptions(std::set<std::wstring>* options) const; |