Index: webrtc/base/httpclient.h |
diff --git a/webrtc/base/httpclient.h b/webrtc/base/httpclient.h |
index 087b1f21cca33f8044dbadf7109b3b9fd2e57c24..e7d2c5ce7d59f546fd6a955d82eae347560f9978 100644 |
--- a/webrtc/base/httpclient.h |
+++ b/webrtc/base/httpclient.h |
@@ -83,11 +83,6 @@ public: |
enum RedirectAction { REDIRECT_DEFAULT, REDIRECT_ALWAYS, REDIRECT_NEVER }; |
void set_redirect_action(RedirectAction action) { redirect_action_ = action; } |
RedirectAction redirect_action() const { return redirect_action_; } |
- // Deprecated |
- void set_fail_redirect(bool fail_redirect) { |
- redirect_action_ = REDIRECT_NEVER; |
- } |
- bool fail_redirect() const { return (REDIRECT_NEVER == redirect_action_); } |
enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE }; |
void set_uri_form(UriForm form) { uri_form_ = form; } |