| Index: chrome/browser/sync/engine/syncer_proto_util.cc
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util.cc b/chrome/browser/sync/engine/syncer_proto_util.cc
|
| index 7810c6000a8059f534ae7e2c603edd8290c0987e..e005a64433332502102bfa846fe3fa721f8949c1 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util.cc
|
| +++ b/chrome/browser/sync/engine/syncer_proto_util.cc
|
| @@ -39,7 +39,8 @@ using sessions::SyncSession;
|
| namespace {
|
|
|
| // Time to backoff syncing after receiving a throttled response.
|
| -static const int kSyncDelayAfterThrottled = 2 * 60 * 60; // 2 hours
|
| +const int kSyncDelayAfterThrottled = 2 * 60 * 60; // 2 hours
|
| +
|
| void LogResponseProfilingData(const ClientToServerResponse& response) {
|
| if (response.has_profiling_data()) {
|
| stringstream response_trace;
|
|
|