Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc

Issue 17911005: Merge 208347 "Revert 208315 "Make use of InvalidationService"" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1547/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/sync/glue/android_invalidator_bridge_proxy.h" 5 #include "chrome/browser/sync/glue/android_invalidator_bridge_proxy.h"
6 6
7 #include "chrome/browser/sync/glue/android_invalidator_bridge.h" 7 #include "chrome/browser/sync/glue/android_invalidator_bridge.h"
8 8
9 using std::string; 9 using std::string;
10 using syncer::InvalidatorState; 10 using syncer::InvalidatorState;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 const string& email, const string& token) { 50 const string& email, const string& token) {
51 bridge_->UpdateCredentials(email, token); 51 bridge_->UpdateCredentials(email, token);
52 } 52 }
53 53
54 void AndroidInvalidatorBridgeProxy::SendInvalidation( 54 void AndroidInvalidatorBridgeProxy::SendInvalidation(
55 const syncer::ObjectIdInvalidationMap& invalidation_map) { 55 const syncer::ObjectIdInvalidationMap& invalidation_map) {
56 bridge_->SendInvalidation(invalidation_map); 56 bridge_->SendInvalidation(invalidation_map);
57 } 57 }
58 58
59 } // namespace browser_sync 59 } // namespace browser_sync
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/android_invalidator_bridge_proxy.h ('k') | chrome/browser/sync/glue/dummy_invalidator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698