summaryrefslogtreecommitdiffstats
path: root/sync/protocol
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 02:11:48 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-17 02:11:48 +0000
commitfc43868654630100e0f5dd7beef20464ea434679 (patch)
treec3cb020b3b42959736480e33ef7c0c6ee050ccee /sync/protocol
parent4593aa2be388ee1e028399d43e4e3f4d4491b5a2 (diff)
downloadchromium_src-fc43868654630100e0f5dd7beef20464ea434679.zip
chromium_src-fc43868654630100e0f5dd7beef20464ea434679.tar.gz
chromium_src-fc43868654630100e0f5dd7beef20464ea434679.tar.bz2
[Sync] Replace TalkMediator*/MediatorThread* with PushClient
Streamline methods of PushClient and its Observer subclass. Remove sync/protocol/service_constants.h and consolidate use of each constant in one place. Remove duplicate constant in cloud print code. BUG=76764 TEST= TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10398051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137615 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/protocol')
-rw-r--r--sync/protocol/service_constants.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/sync/protocol/service_constants.h b/sync/protocol/service_constants.h
deleted file mode 100644
index 83a65b1..0000000
--- a/sync/protocol/service_constants.h
+++ /dev/null
@@ -1,23 +0,0 @@
-// Copyright (c) 2012 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.
-//
-// Product-specific constants.
-
-#ifndef SYNC_PROTOCOL_SERVICE_CONSTANTS_H_
-#define SYNC_PROTOCOL_SERVICE_CONSTANTS_H_
-#pragma once
-
-// These fixed service names are used to obtain auth cookies for the
-// corresponding services. It might be interesting to make these updateable
-// as well as have the ability to add new ones.
-#define SYNC_SERVICE_NAME "chromiumsync"
-
-#define DEFAULT_SIGNIN_DOMAIN "gmail.com"
-
-#define PRODUCT_NAME_STRING_NARROW "Chromium Browser Sync"
-
-#define PRODUCT_NAME_STRING PRODUCT_NAME_STRING_NARROW
-#define PRODUCT_NAME_STRING_WIDE L##PRODUCT_NAME_STRING
-
-#endif // SYNC_PROTOCOL_SERVICE_CONSTANTS_H_