| 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 c221bfe49afff9d38907d3f46caa69fbb0ad003a..5acd744ea3877c830d00e0ad18010105b4604a69 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -325,6 +325,8 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| // any model-modifying operations.
|
| bool ShouldPushChanges();
|
|
|
| + const GURL& sync_service_url() const { return sync_service_url_; }
|
| +
|
| protected:
|
| // Used by ProfileSyncServiceMock only.
|
| //
|
|
|