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

Unified Diff: sync/test/null_directory_change_delegate.cc

Issue 11341048: Populate versions on individual nodes in sync model and native bookmark model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore heap unallocatability of write transaction Created 8 years, 2 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: sync/test/null_directory_change_delegate.cc
diff --git a/sync/test/null_directory_change_delegate.cc b/sync/test/null_directory_change_delegate.cc
index e28fc6a0ea5c84419dab85e3cf7dad2cde6a005d..5fb1fd830d4008f7430af1096418a6d950c19bf8 100644
--- a/sync/test/null_directory_change_delegate.cc
+++ b/sync/test/null_directory_change_delegate.cc
@@ -15,14 +15,12 @@ void NullDirectoryChangeDelegate::HandleCalculateChangesChangeEventFromSyncApi(
void NullDirectoryChangeDelegate::HandleCalculateChangesChangeEventFromSyncer(
const ImmutableWriteTransactionInfo& write_transaction_info,
- BaseTransaction* trans) {}
+ BaseTransaction* trans,
+ std::vector<int64> *id_changed) {}
-ModelTypeSet
- NullDirectoryChangeDelegate::HandleTransactionEndingChangeEvent(
- const ImmutableWriteTransactionInfo& write_transaction_info,
- BaseTransaction* trans) {
- return ModelTypeSet();
-}
+void NullDirectoryChangeDelegate::HandleTransactionEndingChangeEvent(
+ const ImmutableWriteTransactionInfo& write_transaction_info,
+ BaseTransaction* trans) {}
void NullDirectoryChangeDelegate::HandleTransactionCompleteChangeEvent(
ModelTypeSet models_with_changes) {}

Powered by Google App Engine
This is Rietveld 408576698