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

Unified Diff: chrome/browser/resources/sync_internals/chrome_sync.js

Issue 7190001: [Sync] Split DirectoryChangeListener for thread-safety (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright Created 9 years, 6 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 | « base/observer_list_threadsafe.h ('k') | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_internals/chrome_sync.js
diff --git a/chrome/browser/resources/sync_internals/chrome_sync.js b/chrome/browser/resources/sync_internals/chrome_sync.js
index 71325816594b9e28c437d25b94875dce542b7c4f..4fa04a5ebf11c504fff7d169dd8a0e14e5e2df4b 100644
--- a/chrome/browser/resources/sync_internals/chrome_sync.js
+++ b/chrome/browser/resources/sync_internals/chrome_sync.js
@@ -91,11 +91,10 @@ chrome.sync.events = {
'onClearServerDataFailed'
],
- 'directory': [
- 'handleCalculateChangesChangeEventFromSyncApi',
- 'handleCalculateChangesChangeEventFromSyncer',
- 'handleTransactionEndingChangeEvent',
- 'handleTransactionCompleteChangeEvent'
+ 'transaction': [
+ 'onTransactionStart',
+ 'onTransactionMutate',
+ 'onTransactionEnd'
]
};
« no previous file with comments | « base/observer_list_threadsafe.h ('k') | chrome/browser/sync/abstract_profile_sync_service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698