| Index: chrome/browser/profiles/profile.cc
|
| diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc
|
| index a0ec37cc97b50c66e77c1bf709883aa6a364c1d8..69d59adba5e5e83913801427f54649fd9260a94c 100644
|
| --- a/chrome/browser/profiles/profile.cc
|
| +++ b/chrome/browser/profiles/profile.cc
|
| @@ -117,11 +117,6 @@ bool Profile::IsGuestSession() {
|
| #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();
|
|
|