|
Currently we pass protocol_handlers that belong to content layer
in StoragePartitionImplMap when we create URLRequestContexts for
storage partitions.
This patch also allows content layer to pass additional protocol
interceptors, so that content modules / web platform modules
(namely, ServiceWorker) can insert its own protocol interceptors.
Most changes other than in chrome/browser/profiles/profile_io_data.cc
are just for plumbing.
* The additional protocol interceptors are created in:
content/browser/storage_partition_impl_map.cc
(where we also create protocol_handlers for content modules,
e.g. blob, filesystem etc)
* which is passed to: ChromeContentBrowserContext::CreateRequestContext
-> Profile -> ProfileIOData, and then
* chained to the URLJobFactory for a newly created
URLRequestContext in ProfileIOData::SetUpJobFactoryDefaults().
BUG= 349319
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+267 lines, -108 lines) |
Patch |
 |
M |
android_webview/browser/aw_browser_context.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
|
2 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/net/chrome_url_request_context.cc
|
View
|
|
6 chunks |
+22 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_impl.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.h
|
View
|
|
5 chunks |
+13 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/off_the_record_profile_io_data.cc
|
View
|
|
10 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl.cc
|
View
|
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.h
|
View
|
|
4 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_impl_io_data.cc
|
View
|
|
9 chunks |
+20 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.h
|
View
|
|
6 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profiles/profile_io_data.cc
|
View
|
|
6 chunks |
+25 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/test/fake_profile.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/sync/one_click_signin_helper_unittest.cc
|
View
|
|
3 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.h
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/storage_partition_impl_map.cc
|
View
|
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
|
3 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.cc
|
View
|
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_browser_context.cc
|
View
|
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.h
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
|
2 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_url_request_context_getter.cc
|
View
|
|
2 chunks |
+16 lines, -2 lines |
0 comments
|
Download
|
|