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

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

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
« no previous file with comments | « chrome/browser/sync/test/null_directory_change_delegate.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/test/null_directory_change_delegate.cc
diff --git a/chrome/browser/sync/test/null_directory_change_delegate.cc b/chrome/browser/sync/test/null_directory_change_delegate.cc
index 804eb914311b63d51009431631f00f73431c5940..2a32f97595203a05d73f0bc1912996a477d74318 100644
--- a/chrome/browser/sync/test/null_directory_change_delegate.cc
+++ b/chrome/browser/sync/test/null_directory_change_delegate.cc
@@ -9,15 +9,17 @@ namespace syncable {
NullDirectoryChangeDelegate::~NullDirectoryChangeDelegate() {}
void NullDirectoryChangeDelegate::HandleCalculateChangesChangeEventFromSyncApi(
- const EntryKernelMutationMap& mutations,
+ const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) {}
void NullDirectoryChangeDelegate::HandleCalculateChangesChangeEventFromSyncer(
- const EntryKernelMutationMap& mutations,
+ const ImmutableWriteTransactionInfo& write_transaction_info,
BaseTransaction* trans) {}
-ModelTypeBitSet NullDirectoryChangeDelegate::HandleTransactionEndingChangeEvent(
- BaseTransaction* trans) {
+ModelTypeBitSet
+ NullDirectoryChangeDelegate::HandleTransactionEndingChangeEvent(
+ const ImmutableWriteTransactionInfo& write_transaction_info,
+ BaseTransaction* trans) {
return ModelTypeBitSet();
}
« no previous file with comments | « chrome/browser/sync/test/null_directory_change_delegate.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698