| Index: trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h
|
| ===================================================================
|
| --- trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h (revision 273823)
|
| +++ trunk/src/components/data_reduction_proxy/browser/data_reduction_proxy_config_service.h (working copy)
|
| @@ -98,8 +98,7 @@
|
| virtual void Enable(bool primary_restricted,
|
| bool fallback_restricted,
|
| const std::string& primary_origin,
|
| - const std::string& fallback_origin,
|
| - const std::string& ssl_origin) OVERRIDE;
|
| + const std::string& fallback_origin) OVERRIDE;
|
| virtual void Disable() OVERRIDE;
|
| virtual void AddHostPatternToBypass(const std::string& pattern) OVERRIDE;
|
| virtual void AddURLPatternToBypass(const std::string& pattern) OVERRIDE;
|
|
|