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

Unified Diff: chrome/browser/sync/profile_sync_service_mock.h

Issue 2002012: sync: Add location info to unrecoverable error. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add error handler back to bookmark model associator Created 10 years, 6 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/profile_sync_service_mock.h
===================================================================
--- chrome/browser/sync/profile_sync_service_mock.h (revision 48898)
+++ chrome/browser/sync/profile_sync_service_mock.h (working copy)
@@ -31,7 +31,9 @@
MOCK_METHOD0(OnUserAcceptedMergeAndSync, void());
MOCK_METHOD0(OnUserCancelledDialog, void());
MOCK_CONST_METHOD0(GetAuthenticatedUsername, string16());
- MOCK_METHOD0(OnUnrecoverableError, void());
+ MOCK_METHOD2(OnUnrecoverableError,
+ void(const tracked_objects::Location& location,
+ const std::string& message));
MOCK_METHOD2(ActivateDataType,
void(browser_sync::DataTypeController* data_type_controller,
browser_sync::ChangeProcessor* change_processor));

Powered by Google App Engine
This is Rietveld 408576698