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

Side by Side Diff: chrome/browser/sync/glue/dummy_invalidator.h

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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 #ifndef CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_
6 #define CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_ 6 #define CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_
7 7
8 #include "sync/notifier/invalidator.h" 8 #include "sync/notifier/invalidator.h"
9 9
10 // A fake invalidator that does nothing, and stays in a "transient" error state. 10 // A fake invalidator that does nothing, and stays in a "transient" error state.
(...skipping 14 matching lines...) Expand all
25 virtual void UpdateCredentials( 25 virtual void UpdateCredentials(
26 const std::string& email, const std::string& token) OVERRIDE; 26 const std::string& email, const std::string& token) OVERRIDE;
27 virtual void SendInvalidation( 27 virtual void SendInvalidation(
28 const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE; 28 const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
29 29
30 private: 30 private:
31 DISALLOW_COPY_AND_ASSIGN(DummyInvalidator); 31 DISALLOW_COPY_AND_ASSIGN(DummyInvalidator);
32 }; 32 };
33 33
34 #endif // CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_ 34 #endif // CHROME_BROWSER_SYNC_GLUE_DUMMY_INVALIDATOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/glue/android_invalidator_bridge_proxy.cc ('k') | chrome/browser/sync/glue/dummy_invalidator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698