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

Unified Diff: chrome/browser/sync/syncable/syncable.h

Issue 7982049: [Sync] Move some code into new class JsMutationEventObserver (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix deps 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/js/js_transaction_observer.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/syncable/syncable.h
diff --git a/chrome/browser/sync/syncable/syncable.h b/chrome/browser/sync/syncable/syncable.h
index a3b3bcd0ca791f78f274f653ad89e60571bf007e..4f8875f92ddac46987a8a898a70f446fbde1fc8c 100644
--- a/chrome/browser/sync/syncable/syncable.h
+++ b/chrome/browser/sync/syncable/syncable.h
@@ -627,7 +627,8 @@ struct WriteTransactionInfo {
base::DictionaryValue* ToValue(size_t max_mutations_size) const;
int64 id;
- // TODO(akalin): Use Location when it becomes assignable.
+ // If tracked_objects::Location becomes assignable, we can use that
+ // instead.
std::string location_string;
WriterTag writer;
ImmutableEntryKernelMutationMap mutations;
« no previous file with comments | « chrome/browser/sync/js/js_transaction_observer.cc ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698