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

Unified Diff: chrome/browser/sync/js/js_sync_manager_observer.h

Issue 8366030: Introduce the plumbing necessary to report Unrecoverable error from model safe workers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For a high level review. Created 9 years, 2 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/js/js_sync_manager_observer.h
diff --git a/chrome/browser/sync/js/js_sync_manager_observer.h b/chrome/browser/sync/js/js_sync_manager_observer.h
index 0fa1db317e302e5b8b08686c34ba0974a10659c2..b39f081a9a7872449cafa2589eaf6c43cb935245 100644
--- a/chrome/browser/sync/js/js_sync_manager_observer.h
+++ b/chrome/browser/sync/js/js_sync_manager_observer.h
@@ -49,6 +49,8 @@ class JsSyncManagerObserver : public sync_api::SyncManager::Observer {
virtual void OnClearServerDataFailed() OVERRIDE;
virtual void OnActionableError(
const browser_sync::SyncProtocolError& sync_protocol_error) OVERRIDE;
+ virtual void OnUnrecoverableError(const tracked_objects::Location& location,
+ const std::string& message) OVERRIDE;
private:
void HandleJsEvent(const tracked_objects::Location& from_here,

Powered by Google App Engine
This is Rietveld 408576698