diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 18:40:29 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-12 18:40:29 +0000 |
commit | 8252963a12dc832a040be3877ff9bc4ff6acaa1d (patch) | |
tree | 067a2c2c55f96931bd3d905e6f001aae4313cafa /chrome/browser/sync/engine | |
parent | 9fcbae04779503c5717c757c052e0749240f8d06 (diff) | |
download | chromium_src-8252963a12dc832a040be3877ff9bc4ff6acaa1d.zip chromium_src-8252963a12dc832a040be3877ff9bc4ff6acaa1d.tar.gz chromium_src-8252963a12dc832a040be3877ff9bc4ff6acaa1d.tar.bz2 |
[Sync] Add comment for SyncBackendHost::OnBackendInitialized
BUG=
TEST=
Review URL: http://codereview.chromium.org/7614001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine')
-rw-r--r-- | chrome/browser/sync/engine/syncapi.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h index e869e5e..eaf9a56 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. |