| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index d108ebf10369bc1897a0b36a30c3e93d83b205f2..38a4feed3f8a05fc68fe14a0e9c1699d4bfd967a 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -108,9 +108,7 @@ const char* ProfileSyncService::kSyncServerUrl =
|
| const char* ProfileSyncService::kDevServerUrl =
|
| "https://clients4.google.com/chrome-sync/dev";
|
|
|
| -static const int kSyncClearDataTimeoutInSeconds = 60; // 1 minute.
|
| -
|
| -static const char* kSyncUnrecoverableErrorHistogram =
|
| +const char kSyncUnrecoverableErrorHistogram[] =
|
| "Sync.UnrecoverableErrors";
|
|
|
| const net::BackoffEntry::Policy kRequestAccessTokenBackoffPolicy = {
|
|
|