| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index ad5ca36f1235ac681fe624a3c66a33a5ba9e97dd..0436ae5b61a95fa5bc41af0810c3313effb4f234 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -405,7 +405,7 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
|
|
| // Returns whether sync is managed, i.e. controlled by configuration
|
| // management. If so, the user is not allowed to configure sync.
|
| - bool IsManaged() const;
|
| + virtual bool IsManaged() const;
|
|
|
| // SigninGlobalError::AuthStatusProvider implementation.
|
| virtual GoogleServiceAuthError GetAuthStatus() const OVERRIDE;
|
|
|