Chromium Code Reviews| Index: chrome/browser/sync/glue/sync_backend_host.h |
| diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
| index 1e65dd9dec898ffa5e8c27bcff08d2674b2b969b..821dc1121e60ba9c02b00bca8a072ef0dd76ea1e 100644 |
| --- a/chrome/browser/sync/glue/sync_backend_host.h |
| +++ b/chrome/browser/sync/glue/sync_backend_host.h |
| @@ -326,6 +326,8 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { |
| void CreateSyncNotifier(const scoped_refptr<net::URLRequestContextGetter>& |
| request_context_getter); |
| + void StartConfigurationMode(); |
|
tim (not reviewing)
2011/04/15 00:21:43
move down to below the Note about Do* methods and
lipalani1
2011/04/15 01:24:39
Oh I misunderstood the DO* convention. I thought t
|
| + |
| // Note: |
| // |