Chromium Code Reviews| Index: chrome/browser/sync/engine/syncapi.h |
| diff --git a/chrome/browser/sync/engine/syncapi.h b/chrome/browser/sync/engine/syncapi.h |
| index 122bd3476882f7025641c5a4a651ce8e51505e84..a769ace3494ca2a12c03b177571c7370bc42c4ea 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: |
|
tim (not reviewing)
2011/08/11 21:43:19
Is this really the best spot for the full JsBacken
akalin
2011/08/12 18:24:26
I can't think of a better place that won't get out
|
| /** |
| * @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. |