| // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef CHROME_BROWSER_SYNC_SYNC_CONSTANTS_H_ |
| #define CHROME_BROWSER_SYNC_SYNC_CONSTANTS_H_ |
| |
| namespace browser_sync { |
| |
| extern const char kSyncLegacyServiceUrl[]; |
| extern const char kSyncServiceUrl[]; |
| extern const char kSyncLegacyServiceId[]; |
| extern const char kSyncServiceId[]; |
| extern const int kSyncPriority; |
| extern const char kSyncServiceSpecificData[]; |
| |
| } // namespace browser_sync |
| |
| #endif // CHROME_BROWSER_SYNC_SYNC_CONSTANTS_H_ |
| |