Searched defs:ShuntedHttpBridge (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge_unittest.cc102 class ShuntedHttpBridge : public HttpBridge { class in inherits:HttpBridge
106 ShuntedHttpBridge(net::URLRequestContextGetter* baseline_context_getter, function in class:ShuntedHttpBridge
120 NewRunnableMethod(this, &ShuntedHttpBridge::CallOnURLFetchComplete));
123 ~ShuntedHttpBridge() {}
154 scoped_refptr<HttpBridge> http_bridge(new ShuntedHttpBridge(
278 scoped_refptr<ShuntedHttpBridge> http_bridge(new ShuntedHttpBridge(
297 scoped_refptr<ShuntedHttpBridge> http_bridge(new ShuntedHttpBridge(

Completed in 18 milliseconds