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

Unified Diff: chrome/browser/sync/engine/syncer_util.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/engine/syncer_util.h
diff --git a/chrome/browser/sync/engine/syncer_util.h b/chrome/browser/sync/engine/syncer_util.h
index e500e6cfaf48aa824d1316578fe5b9451a05d097..fd9d8640807f2a3299e87fb64d613079a8a0c131 100644
--- a/chrome/browser/sync/engine/syncer_util.h
+++ b/chrome/browser/sync/engine/syncer_util.h
@@ -76,7 +76,7 @@ class SyncerUtil {
// This function is called on an entry when we can update the user-facing data
// from the server data.
- static void UpdateLocalDataFromServerData(syncable::WriteTransaction* trans,
+ static bool UpdateLocalDataFromServerData(syncable::WriteTransaction* trans,
syncable::MutableEntry* entry);
static VerifyCommitResult ValidateCommitEntry(syncable::Entry* entry);

Powered by Google App Engine
This is Rietveld 408576698