diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 02:11:48 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-17 02:11:48 +0000 |
commit | fc43868654630100e0f5dd7beef20464ea434679 (patch) | |
tree | c3cb020b3b42959736480e33ef7c0c6ee050ccee /sync/syncable | |
parent | 4593aa2be388ee1e028399d43e4e3f4d4491b5a2 (diff) | |
download | chromium_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/syncable')
-rw-r--r-- | sync/syncable/directory_backing_store.cc | 1 | ||||
-rw-r--r-- | sync/syncable/syncable.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sync/syncable/directory_backing_store.cc b/sync/syncable/directory_backing_store.cc index fda6d71..8447eff 100644 --- a/sync/syncable/directory_backing_store.cc +++ b/sync/syncable/directory_backing_store.cc @@ -22,7 +22,6 @@ #include "sql/statement.h" #include "sql/transaction.h" #include "sync/protocol/bookmark_specifics.pb.h" -#include "sync/protocol/service_constants.h" #include "sync/protocol/sync.pb.h" #include "sync/syncable/syncable-inl.h" #include "sync/syncable/syncable_columns.h" diff --git a/sync/syncable/syncable.cc b/sync/syncable/syncable.cc index 68b5bab..0d112dc 100644 --- a/sync/syncable/syncable.cc +++ b/sync/syncable/syncable.cc @@ -30,7 +30,6 @@ #include "base/utf_string_conversions.h" #include "base/values.h" #include "sync/protocol/proto_value_conversions.h" -#include "sync/protocol/service_constants.h" #include "sync/syncable/directory_backing_store.h" #include "sync/syncable/directory_change_delegate.h" #include "sync/syncable/in_memory_directory_backing_store.h" |