summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/test/test_http_bridge_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/test/test_http_bridge_factory.h')
-rw-r--r--chrome/browser/sync/test/test_http_bridge_factory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h
index d78c029..4c91127 100644
--- a/chrome/browser/sync/test/test_http_bridge_factory.h
+++ b/chrome/browser/sync/test/test_http_bridge_factory.h
@@ -15,8 +15,6 @@ namespace browser_sync {
class TestHttpBridge : public csync::HttpPostProviderInterface {
public:
// Begin csync::HttpPostProviderInterface implementation:
- virtual void SetUserAgent(const char* user_agent) OVERRIDE {}
-
virtual void SetExtraRequestHeaders(const char * headers) OVERRIDE {}
virtual void SetURL(const char* url, int port) OVERRIDE {}