diff options
Diffstat (limited to 'chrome/installer/util/chrome_frame_distribution.h')
-rw-r--r-- | chrome/installer/util/chrome_frame_distribution.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h index 6bf7e0f..94df4bd 100644 --- a/chrome/installer/util/chrome_frame_distribution.h +++ b/chrome/installer/util/chrome_frame_distribution.h @@ -62,6 +62,8 @@ class ChromeFrameDistribution : public BrowserDistribution { virtual void AppendUninstallCommandLineFlags(CommandLine* cmd_line); + virtual bool ShouldCreateUninstallEntry(); + protected: friend class BrowserDistribution; @@ -72,6 +74,9 @@ class ChromeFrameDistribution : public BrowserDistribution { // Determines whether this Chrome Frame distribution is being used to work // with CEEE bits as well. bool ceee_; + + // True when Chrome Frame is installed in ready mode (users have to opt in). + bool ready_mode_; }; #endif // CHROME_INSTALLER_UTIL_CHROME_FRAME_DISTRIBUTION_H_ |