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

Unified Diff: trunk/src/components/sync_driver/change_processor_mock.h

Issue 465113002: Revert 288557 "[Sync] Use OnSingleDataTypeUnrecoverableError for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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: trunk/src/components/sync_driver/change_processor_mock.h
===================================================================
--- trunk/src/components/sync_driver/change_processor_mock.h (revision 289111)
+++ trunk/src/components/sync_driver/change_processor_mock.h (working copy)
@@ -25,8 +25,9 @@
MOCK_CONST_METHOD0(IsRunning, bool());
MOCK_METHOD2(OnUnrecoverableError, void(const tracked_objects::Location&,
const std::string&));
- MOCK_METHOD1(OnSingleDataTypeUnrecoverableError,
- void(const syncer::SyncError&));
+ MOCK_METHOD2(OnSingleDatatypeUnrecoverableError,
+ void(const tracked_objects::Location&,
+ const std::string&));
MOCK_METHOD3(CreateAndUploadError,
syncer::SyncError(const tracked_objects::Location&,
const std::string&,

Powered by Google App Engine
This is Rietveld 408576698