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

Side by Side Diff: trunk/src/chrome/browser/sync/glue/android_invalidator_bridge.cc

Issue 17610004: Revert 208315 "Make use of InvalidationService" (Closed) Base URL: svn://svn.chromium.org/chrome/
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.h" 5 #include "chrome/browser/sync/glue/android_invalidator_bridge.h"
6 6
7 #include "base/bind.h" 7 #include "base/bind.h"
8 #include "base/location.h" 8 #include "base/location.h"
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 FROM_HERE, 210 FROM_HERE,
211 base::Bind(&Core::EmitInvalidation, 211 base::Bind(&Core::EmitInvalidation,
212 core_, 212 core_,
213 ModelTypeInvalidationMapToObjectIdInvalidationMap( 213 ModelTypeInvalidationMapToObjectIdInvalidationMap(
214 invalidation_map)))) { 214 invalidation_map)))) {
215 NOTREACHED(); 215 NOTREACHED();
216 } 216 }
217 } 217 }
218 218
219 } // namespace browser_sync 219 } // namespace browser_sync
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698