[email protected] | 50c5bed | 2010-04-30 19:52:35 | [diff] [blame] | 1 | // Copyright (c) 2010 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "chrome/browser/sync/sync_constants.h" |
| 6 | |
| 7 | namespace browser_sync { |
| 8 | |
| 9 | const char kSyncLegacyServiceUrl[] = "google:notifier"; |
| 10 | const char kSyncServiceUrl[] = "http://www.google.com/chrome/sync"; |
| 11 | const char kSyncLegacyServiceId[] = "notification"; |
| 12 | const char kSyncServiceId[] = "sync-ping"; |
| 13 | const int kSyncPriority = 200; |
| 14 | const char kSyncServiceSpecificData[] = "sync-ping-p2p"; |
| 15 | |
| 16 | } // namespace browser_sync |
| 17 | |