diff options
author | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 18:22:37 +0000 |
---|---|---|
committer | grt@chromium.org <grt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-12 18:22:37 +0000 |
commit | adb8b22d8dd4e079645f000e009627ec18068de2 (patch) | |
tree | b37115727f52fa66a5c3671768d53febbd39ebc9 /chrome/installer/util/chrome_frame_operations.h | |
parent | 3ae91a5a47721627154834818abfe0c9201a3e89 (diff) | |
download | chromium_src-adb8b22d8dd4e079645f000e009627ec18068de2.zip chromium_src-adb8b22d8dd4e079645f000e009627ec18068de2.tar.gz chromium_src-adb8b22d8dd4e079645f000e009627ec18068de2.tar.bz2 |
Remove Chrome Frame ready-mode.
BUG=316496
TBR=jcivelli@chromium.org
Review URL: https://codereview.chromium.org/110163004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/chrome_frame_operations.h')
-rw-r--r-- | chrome/installer/util/chrome_frame_operations.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/installer/util/chrome_frame_operations.h b/chrome/installer/util/chrome_frame_operations.h index 5f117c6..4d31d00 100644 --- a/chrome/installer/util/chrome_frame_operations.h +++ b/chrome/installer/util/chrome_frame_operations.h @@ -53,9 +53,6 @@ class ChromeFrameOperations : public ProductOperations { InstallStatus status, bool system_level) const OVERRIDE; - protected: - void NormalizeOptions(std::set<string16>* options) const; - private: DISALLOW_COPY_AND_ASSIGN(ChromeFrameOperations); }; |