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

Unified Diff: chrome/browser/sync/test/null_directory_change_delegate.h

Issue 7926001: [Sync] Move change-related methods out of SyncManager::Observer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 3 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
Index: chrome/browser/sync/test/null_directory_change_delegate.h
diff --git a/chrome/browser/sync/test/null_directory_change_delegate.h b/chrome/browser/sync/test/null_directory_change_delegate.h
index 276be4e206571b679a48ce4706b1505c65d45594..7bcbc4fcd252478f13b0a512d43b818173a55600 100644
--- a/chrome/browser/sync/test/null_directory_change_delegate.h
+++ b/chrome/browser/sync/test/null_directory_change_delegate.h
@@ -17,12 +17,13 @@ class NullDirectoryChangeDelegate : public DirectoryChangeDelegate {
virtual ~NullDirectoryChangeDelegate();
virtual void HandleCalculateChangesChangeEventFromSyncApi(
- const EntryKernelMutationMap& mutations,
+ const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) OVERRIDE;
virtual void HandleCalculateChangesChangeEventFromSyncer(
- const EntryKernelMutationMap& mutations,
+ const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) OVERRIDE;
virtual ModelTypeBitSet HandleTransactionEndingChangeEvent(
+ const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) OVERRIDE;
virtual void HandleTransactionCompleteChangeEvent(
const ModelTypeBitSet& models_with_changes) OVERRIDE;
« no previous file with comments | « chrome/browser/sync/syncable/transaction_observer.h ('k') | chrome/browser/sync/test/null_directory_change_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698