| Index: chrome/browser/profiles/profile.h
|
| diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h
|
| index 8c0106d22c58cb961a929607898d06aa722c1af5..b2a9d3112f8574910efc7c349b55ba5cd1312171 100644
|
| --- a/chrome/browser/profiles/profile.h
|
| +++ b/chrome/browser/profiles/profile.h
|
| @@ -317,6 +317,9 @@ class Profile : public content::BrowserContext {
|
| // disallowed by the command line or controlled by configuration management.
|
| bool IsSyncAllowed();
|
|
|
| + // Checks whether sync has been enabled in local backend mode.
|
| + bool IsLocalSyncEnabled();
|
| +
|
| // Send NOTIFICATION_PROFILE_DESTROYED for this Profile, if it has not
|
| // already been sent. It is necessary because most Profiles are destroyed by
|
| // ProfileDestroyer, but in tests, some are not.
|
|
|