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

Unified Diff: chrome/browser/sync/engine/syncapi.h

Issue 7614001: [Sync] Add comment for SyncBackendHost::OnBackendInitialized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 4 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 | « no previous file | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncapi.h
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h
index e869e5eefecd436525ad3c496d60036016c239e5..eaf9a56dfca7f9856a75612dda4c24ae6829cb1d 100644
--- a/chrome/browser/sync/engine/syncapi.h
+++ b/chrome/browser/sync/engine/syncapi.h
@@ -845,7 +845,8 @@ class SyncManager {
// WARNING: Calling methods on the SyncManager before receiving this
// message, unless otherwise specified, produces undefined behavior.
//
- // The given backend can emit the following events:
+ // |js_backend| is what about:sync interacts with. It can emit
+ // the following events:
/**
* @param {{ enabled: boolean }} details A dictionary containing:
@@ -861,8 +862,8 @@ class SyncManager {
*/
// function onIncomingNotification(details);
- // The given backend responds to the following messages (all other
- // messages are ignored):
+ // Also, it responds to the following messages (all other messages
+ // are ignored):
/**
* Gets the current notification state.
« no previous file with comments | « no previous file | chrome/browser/sync/glue/sync_backend_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698