|
Change AuthenticatingURLLoader to be a URLLoaderInterceptor
This CL changes AuthenticatingURLLoader to be a URLLoaderInterceptor rather
than a one-off interface whose implementation wrapped URLLoaders. Renaming of
various classes/files to more appropriate names will happen in a follow-up CL
to minimize churn.
It also removes the background loader used to load the
authenticating_url_loader app; it is no longer needed as the NetworkService's
URLLoaders are now being used directly again and can fetch the
authenticating_url_loader app.
R=qsr@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/8ca4d652c72233d89dd5c27fdf12810d96ebb7a2
Total comments: 6
Total comments: 8
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+243 lines, -669 lines) |
Patch |
 |
M |
mojo/services/authenticating_url_loader/public/interfaces/BUILD.gn
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader.mojom
|
View
|
1
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
mojo/services/authenticating_url_loader/public/interfaces/authenticating_url_loader_factory.mojom
|
View
|
1
2
3
4
5
|
1 chunk |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
services/authenticating_url_loader/BUILD.gn
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
services/authenticating_url_loader/authenticating_url_loader_app.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
services/authenticating_url_loader/authenticating_url_loader_factory_impl.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -39 lines |
0 comments
|
Download
|
 |
M |
services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -114 lines |
0 comments
|
Download
|
 |
D |
services/authenticating_url_loader/authenticating_url_loader_impl.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
services/authenticating_url_loader/authenticating_url_loader_impl.cc
|
View
|
|
1 chunk |
+0 lines, -163 lines |
0 comments
|
Download
|
 |
A + |
services/authenticating_url_loader/authenticating_url_loader_interceptor.h
|
View
|
1
2
3
4
5
|
2 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
 |
A + |
services/authenticating_url_loader/authenticating_url_loader_interceptor.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+95 lines, -71 lines |
0 comments
|
Download
|
 |
A + |
services/authenticating_url_loader/authenticating_url_loader_interceptor_factory.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+18 lines, -19 lines |
0 comments
|
Download
|
 |
A + |
services/authenticating_url_loader/authenticating_url_loader_interceptor_factory.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+44 lines, -40 lines |
0 comments
|
Download
|
 |
M |
shell/BUILD.gn
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
shell/application_manager/application_manager.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
shell/application_manager/application_manager.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+20 lines, -16 lines |
0 comments
|
Download
|
 |
M |
shell/application_manager/network_fetcher.h
|
View
|
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
shell/application_manager/network_fetcher.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
shell/authenticating_url_loader_loader.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
shell/authenticating_url_loader_loader.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
shell/context.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 12 (3 generated)
|