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

Unified Diff: chrome/test/sync/engine/syncer_command_test.h

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
« chrome/browser/sync/sessions/sync_protocol_error.h ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/sync/engine/syncer_command_test.h
diff --git a/chrome/test/sync/engine/syncer_command_test.h b/chrome/test/sync/engine/syncer_command_test.h
index a5a8235831a71b00e656ef301ecb18a101adc799..eee0bc0377f1e10325707c4e69fddcfe5a633a1f 100644
--- a/chrome/test/sync/engine/syncer_command_test.h
+++ b/chrome/test/sync/engine/syncer_command_test.h
@@ -53,8 +53,8 @@ class SyncerCommandTestWithParam : public testing::TestWithParam<T>,
const base::TimeDelta& new_delay) OVERRIDE {
FAIL() << "Should not get sessions commit delay.";
}
- virtual void OnShouldStopSyncingPermanently() OVERRIDE {
- FAIL() << "Shouldn't be forced to stop syncing.";
+ virtual void OnSyncProtocolError(sessions::SyncSession* session) OVERRIDE {
+ FAIL() << "Shouldn't be called.";
}
// ModelSafeWorkerRegistrar implementation.
« chrome/browser/sync/sessions/sync_protocol_error.h ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698