Chromium Code Reviews| 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( |
|
Charlie Reis
2012/09/15 01:06:25
Why not just rename GetRequestContextForIsolatedAp
|
| + const std::string& partition_id) { |
| + return GetRequestContextForIsolatedApp(partition_id); |
| +} |
| + |
| bool Profile::IsSyncAccessible() { |
| browser_sync::SyncPrefs prefs(GetPrefs()); |
| return ProfileSyncService::IsSyncEnabled() && !prefs.IsManaged(); |