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

Unified Diff: chrome/installer/util/chrome_frame_operations.h

Issue 110163004: Remove Chrome Frame ready-mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compile fixes for mini_installer_test Created 7 years 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_frame_operations.h
diff --git a/chrome/installer/util/chrome_frame_operations.h b/chrome/installer/util/chrome_frame_operations.h
index 5f117c6b6470ad3dcaa88cfe951dea35dbb9fd52..4d31d00a8a4f44211f62e183ce333ef8d41f8960 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);
};

Powered by Google App Engine
This is Rietveld 408576698