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

Unified Diff: chrome/browser/sync/js/js_mutation_event_observer.h

Issue 8741001: Remove sync OnTransaction{Start,End} notification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/js/js_mutation_event_observer.h
diff --git a/chrome/browser/sync/js/js_mutation_event_observer.h b/chrome/browser/sync/js/js_mutation_event_observer.h
index c4d7d12ce4990890e39233938f5258b5a74959f9..3da817a55506afefcecdb03284a9306238c9d42d 100644
--- a/chrome/browser/sync/js/js_mutation_event_observer.h
+++ b/chrome/browser/sync/js/js_mutation_event_observer.h
@@ -49,15 +49,9 @@ class JsMutationEventObserver
virtual void OnChangesComplete(syncable::ModelType model_type) OVERRIDE;
// syncable::TransactionObserver implementation.
- virtual void OnTransactionStart(
- const tracked_objects::Location& location,
- const syncable::WriterTag& writer) OVERRIDE;
virtual void OnTransactionWrite(
const syncable::ImmutableWriteTransactionInfo& write_transaction_info,
const syncable::ModelTypeBitSet& models_with_changes) OVERRIDE;
- virtual void OnTransactionEnd(
- const tracked_objects::Location& location,
- const syncable::WriterTag& writer) OVERRIDE;
private:
base::NonThreadSafe non_thread_safe_;
« no previous file with comments | « chrome/browser/resources/sync_internals/chrome_sync.js ('k') | chrome/browser/sync/js/js_mutation_event_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698