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

Unified Diff: sync/syncable/syncable_mock.h

Issue 10689185: Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration logic." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/syncable/directory.cc ('k') | sync/test/callback_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable_mock.h
===================================================================
--- sync/syncable/syncable_mock.h (revision 146499)
+++ sync/syncable/syncable_mock.h (working copy)
@@ -29,7 +29,7 @@
MOCK_METHOD1(GetEntryByClientTag,
syncable::EntryKernel*(const std::string&));
- MOCK_METHOD1(PurgeEntriesWithTypeIn, bool(syncer::ModelTypeSet));
+ MOCK_METHOD1(PurgeEntriesWithTypeIn, void(syncer::ModelTypeSet));
private:
syncer::FakeEncryptor encryptor_;
« no previous file with comments | « sync/syncable/directory.cc ('k') | sync/test/callback_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698