summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/public
diff options
context:
space:
mode:
authorrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-26 02:55:20 +0000
committerrlarocque@chromium.org <rlarocque@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-26 02:55:20 +0000
commitb5f5c45835ae1820a89180ee528e79da483ebbba (patch)
tree0695da114439d13712384e9c20e21fa5b6646b78 /sync/internal_api/public
parentc9536a170eb95ca6c27f26e25d63b63cbbf263e1 (diff)
downloadchromium_src-b5f5c45835ae1820a89180ee528e79da483ebbba.zip
chromium_src-b5f5c45835ae1820a89180ee528e79da483ebbba.tar.gz
chromium_src-b5f5c45835ae1820a89180ee528e79da483ebbba.tar.bz2
Remove SyncSessionJob::DidReachServer() flag
This flag was added in r140885 to address issue 131414. The problem was that SyncSessionJobs that did not contact the server would succeed and attempt to reset the backoff interval. The commits r149052 and r143088 removed the job types that do not attempt to contact the server, so we no longer need to worry about them accidentally distrupting backoff. BUG=175024 Review URL: https://chromiumcodereview.appspot.com/12320104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/public')
-rw-r--r--sync/internal_api/public/util/syncer_error.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sync/internal_api/public/util/syncer_error.h b/sync/internal_api/public/util/syncer_error.h
index 9711597..634d8e1d 100644
--- a/sync/internal_api/public/util/syncer_error.h
+++ b/sync/internal_api/public/util/syncer_error.h
@@ -29,8 +29,6 @@ enum SYNC_EXPORT_PRIVATE SyncerError {
// Based on values returned by server. Most are defined in sync.proto.
SERVER_RETURN_INVALID_CREDENTIAL,
- FIRST_SERVER_RETURN_VALUE = SERVER_RETURN_INVALID_CREDENTIAL,
-
SERVER_RETURN_UNKNOWN_ERROR,
SERVER_RETURN_THROTTLED,
SERVER_RETURN_TRANSIENT_ERROR,