blob: 923d2b3a2136808e22186412b0b6155b78b08330 [file] [log] [blame]
[email protected]50c5bed2010-04-30 19:52:351// 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
7namespace browser_sync {
8
9const char kSyncLegacyServiceUrl[] = "google:notifier";
10const char kSyncServiceUrl[] = "http://www.google.com/chrome/sync";
11const char kSyncLegacyServiceId[] = "notification";
12const char kSyncServiceId[] = "sync-ping";
13const int kSyncPriority = 200;
14const char kSyncServiceSpecificData[] = "sync-ping-p2p";
15
16} // namespace browser_sync
17