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( |
awong
2012/09/14 00:09:57
This this be here, or in ProfileImpl? I'm never c
|
+ const std::string& partition_id) { |
+ return GetRequestContextForIsolatedApp(partition_id); |
+} |
+ |
bool Profile::IsSyncAccessible() { |
browser_sync::SyncPrefs prefs(GetPrefs()); |
return ProfileSyncService::IsSyncEnabled() && !prefs.IsManaged(); |