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

Unified Diff: chrome/browser/sync/sessions/sync_session_unittest.cc

Issue 7621085: Server directed error handling backend code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing CR feedback. 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/sessions/sync_session_unittest.cc
diff --git a/chrome/browser/sync/sessions/sync_session_unittest.cc b/chrome/browser/sync/sessions/sync_session_unittest.cc
index fe5f6ed9fb40f315be8391ae780a39e69e825bb9..079e7477d24124e83b55da122534a5b2e477501f 100644
--- a/chrome/browser/sync/sessions/sync_session_unittest.cc
+++ b/chrome/browser/sync/sessions/sync_session_unittest.cc
@@ -71,6 +71,9 @@ class SyncSessionTest : public testing::Test,
virtual void OnShouldStopSyncingPermanently() OVERRIDE {
FailControllerInvocationIfDisabled("OnShouldStopSyncingPermanently");
}
+ virtual void OnSyncError(sessions::SyncSession* session) {
+ FailControllerInvocationIfDisabled("OnSyncError");
+ }
// ModelSafeWorkerRegistrar implementation.
virtual void GetWorkers(std::vector<ModelSafeWorker*>* out) OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698