| Index: components/sync/driver/sync_service.h
|
| diff --git a/components/sync/driver/sync_service.h b/components/sync/driver/sync_service.h
|
| index 83be47b97ff056be867da2c514968d37b3389480..51e407228cb8065b44b9300432b2bce775a49842 100644
|
| --- a/components/sync/driver/sync_service.h
|
| +++ b/components/sync/driver/sync_service.h
|
| @@ -200,9 +200,7 @@ class SyncService : public DataTypeEncryptionHandler {
|
| virtual const GoogleServiceAuthError& GetAuthError() const = 0;
|
| virtual bool HasUnrecoverableError() const = 0;
|
|
|
| - // Returns true if the SyncBackendHost has told us it's ready to accept
|
| - // changes. This should only be used for sync's internal configuration logic
|
| - // (such as deciding when to prompt for an encryption passphrase).
|
| + // Returns true if the SyncEngine has told us it's ready to accept changes.
|
| virtual bool IsBackendInitialized() const = 0;
|
|
|
| // Return the active OpenTabsUIDelegate. If open/proxy tabs is not enabled or
|
|
|