| Index: chrome/browser/profiles/profile.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile.cc (revision 156155)
|
| +++ chrome/browser/profiles/profile.cc (working copy)
|
| @@ -117,6 +117,11 @@
|
| #endif
|
| }
|
|
|
| +net::URLRequestContextGetter* Profile::GetRequestContextForStoragePartition(
|
| + const std::string& partition_id) {
|
| + return GetRequestContextForIsolatedApp(partition_id);
|
| +}
|
| +
|
| bool Profile::IsSyncAccessible() {
|
| browser_sync::SyncPrefs prefs(GetPrefs());
|
| return ProfileSyncService::IsSyncEnabled() && !prefs.IsManaged();
|
|
|