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

Unified Diff: chrome/browser/sync/engine/syncer_unittest.cc

Issue 7621085: Server directed error handling backend code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 4 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
Index: chrome/browser/sync/engine/syncer_unittest.cc
diff --git a/chrome/browser/sync/engine/syncer_unittest.cc b/chrome/browser/sync/engine/syncer_unittest.cc
index f9c74731b373b496f705ac138baf9f7240900cbe..6e04d84db5ceb83ac7316156b88c30186836f210 100644
--- a/chrome/browser/sync/engine/syncer_unittest.cc
+++ b/chrome/browser/sync/engine/syncer_unittest.cc
@@ -126,6 +126,10 @@ class SyncerTest : public testing::Test,
}
virtual void OnShouldStopSyncingPermanently() OVERRIDE {
}
+ virtual void OnRequestEarlyExit() OVERRIDE {
+ }
+ virtual void OnActionableError() OVERRIDE {
+ }
// ModelSafeWorkerRegistrar implementation.
virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698