summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public/http_post_provider_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/public/http_post_provider_interface.h')
-rw-r--r--sync/internal_api/public/http_post_provider_interface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync/internal_api/public/http_post_provider_interface.h b/sync/internal_api/public/http_post_provider_interface.h
index adee0df..378e18f 100644
--- a/sync/internal_api/public/http_post_provider_interface.h
+++ b/sync/internal_api/public/http_post_provider_interface.h
@@ -16,10 +16,6 @@ namespace csync {
// want to make a subsequent POST.
class HttpPostProviderInterface {
public:
- // Use specified user agent string when POSTing. If not called a default UA
- // may be used.
- virtual void SetUserAgent(const char* user_agent) = 0;
-
// Add additional headers to the request.
virtual void SetExtraRequestHeaders(const char* headers) = 0;