| Index: components/browser_sync/profile_sync_service.h
|
| diff --git a/components/browser_sync/profile_sync_service.h b/components/browser_sync/profile_sync_service.h
|
| index ddc7d6b0ca2832024a9803336840119c1b63b45a..a47fe59fbb3cafecd3a8187f8248c6c2e49bfd4b 100644
|
| --- a/components/browser_sync/profile_sync_service.h
|
| +++ b/components/browser_sync/profile_sync_service.h
|
| @@ -437,7 +437,7 @@ class ProfileSyncService : public syncer::SyncServiceBase,
|
|
|
| // Whether sync is currently blocked from starting because the sync
|
| // confirmation dialog hasn't been confirmed.
|
| - bool IsSyncConfirmationNeeded() const;
|
| + virtual bool IsSyncConfirmationNeeded() const;
|
|
|
| // Returns whether sync is managed, i.e. controlled by configuration
|
| // management. If so, the user is not allowed to configure sync.
|
|
|