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

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

Issue 73723006: Allow customization of HttpPostProviderFactory via ProfileSyncService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/sync/test/test_http_bridge_factory.cc
diff --git a/chrome/browser/sync/test/test_http_bridge_factory.cc b/chrome/browser/sync/test/test_http_bridge_factory.cc
index 23b2c0e8fb54fd0641846c6eea1d9bb0fa8b9219..e2fbfdcc59d0f0f7199e8a8cd8b273438c7b9655 100644
--- a/chrome/browser/sync/test/test_http_bridge_factory.cc
+++ b/chrome/browser/sync/test/test_http_bridge_factory.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "chrome/browser/sync/test/test_http_bridge_factory.h"
+#include "sync/internal_api/public/base/cancelation_signal.h"
namespace browser_sync {
@@ -33,6 +34,9 @@ TestHttpBridgeFactory::~TestHttpBridgeFactory() {}
void TestHttpBridgeFactory::Init(const std::string& user_agent) {}
+void TestHttpBridgeFactory::RegisterCancelationSignal(
+ syncer::CancelationSignal* cancelation_signal) {}
+
syncer::HttpPostProviderInterface* TestHttpBridgeFactory::Create() {
return new TestHttpBridge();
}

Powered by Google App Engine
This is Rietveld 408576698