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

Unified Diff: chrome/browser/sync/engine/syncer_proto_util.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
Index: chrome/browser/sync/engine/syncer_proto_util.h
diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/chrome/browser/sync/engine/syncer_proto_util.h
index faf1900437ba46b051e4e346c5705d3a53c6133f..860e7834817ed5b1522a96572a38f6cd2d5102ac 100644
--- a/chrome/browser/sync/engine/syncer_proto_util.h
+++ b/chrome/browser/sync/engine/syncer_proto_util.h
@@ -9,6 +9,8 @@
#include <string>
#include "base/gtest_prod_util.h"
+#include "chrome/browser/sync/engine/sync_error.h"
+#include "chrome/browser/sync/protocol/sync.pb.h"
#include "chrome/browser/sync/syncable/blob.h"
#include "chrome/browser/sync/syncable/model_type.h"
@@ -36,6 +38,8 @@ class ServerConnectionManager;
class SyncEntity;
class CommitResponse_EntryResponse;
+bool ShouldRequestEarlyExit(const sync_api::SyncError& error);
+
class SyncerProtoUtil {
public:
// Posts the given message and fills the buffer with the returned value.

Powered by Google App Engine
This is Rietveld 408576698