Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2672)

Unified Diff: chrome/browser/sync/test/test_http_bridge_factory.h

Issue 10645004: [Sync] Move HttpBridge to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/test_http_bridge_factory.h
diff --git a/chrome/browser/sync/test/test_http_bridge_factory.h b/chrome/browser/sync/test/test_http_bridge_factory.h
index d78c0291ae40ec088e3cff88b69d184698774373..4c91127e7fb14b60bf1d0eb69e59796306defc42 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 {}
« no previous file with comments | « chrome/browser/sync/glue/sync_backend_host.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698