diff options
Diffstat (limited to 'chrome/browser/sync/sync_constants.h')
-rw-r--r-- | chrome/browser/sync/sync_constants.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chrome/browser/sync/sync_constants.h b/chrome/browser/sync/sync_constants.h new file mode 100644 index 0000000..efca382 --- /dev/null +++ b/chrome/browser/sync/sync_constants.h @@ -0,0 +1,20 @@ +// 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_ + |