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); |
}; |