Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Issue 11227017: Remove the mutation functions interfaces from URLRequestJobFactory. (Closed)

Created:
8 years, 2 months ago by tedv
Modified:
7 years, 10 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org, willchan no longer on Chromium
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Remove the mutation functions interfaces from URLRequestJobFactory. Mutation functions such as SetProtocolHandler and AddInterceptor are only part of URLRequestJobFactoryImpl. In practice this means a URLRequestJobFactoryImpl can be configured after construction, then stored as a URLRequestJobFactory where it will no longer have access to these mutators. BUG=146602

Patch Set 1 #

Patch Set 2 : Remove OVERRIDE declaration on interfaces. #

Total comments: 1

Patch Set 3 : Removed interface from http_intercept_job_factory. #

Patch Set 4 : Fix copyright date. #

Patch Set 5 : Fix Android Webview interfaces; also a long awaited rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -60 lines) Patch
M android_webview/browser/net/aw_url_request_job_factory.h View 1 2 3 4 3 chunks +8 lines, -4 lines 0 comments Download
M android_webview/browser/net/aw_url_request_job_factory.cc View 1 2 3 4 2 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry.cc View 1 2 3 4 1 chunk +0 lines, -10 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc View 1 2 3 4 1 chunk +0 lines, -6 lines 0 comments Download
M net/url_request/protocol_intercept_job_factory.h View 1 2 3 4 1 chunk +0 lines, -3 lines 0 comments Download
M net/url_request/protocol_intercept_job_factory.cc View 1 2 3 4 1 chunk +0 lines, -9 lines 0 comments Download
M net/url_request/url_request_job_factory.h View 1 2 3 1 chunk +0 lines, -12 lines 0 comments Download
M net/url_request/url_request_job_factory_impl.h View 1 2 3 4 2 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
tedv
This CL depends on two changes, the first of which is https://codereview.chromium.org/11154006/. The second change ...
8 years, 2 months ago (2012-10-22 03:39:03 UTC) #1
erikwright (departed)
Please also update chrome/browser/net/http_intercept_job_factory.{h,cc} either in this CL or separately. That concrete implementation does not ...
8 years, 2 months ago (2012-10-22 13:13:30 UTC) #2
mmenke
On 2012/10/22 13:13:30, erikwright wrote: > Please also update chrome/browser/net/http_intercept_job_factory.{h,cc} either > in this CL ...
8 years, 2 months ago (2012-10-22 14:35:21 UTC) #3
tedv
In any case, it's the most reasonable place to do that change. I'll update the ...
8 years, 2 months ago (2012-10-22 14:38:33 UTC) #4
tedv
Removed the other interface as well.
8 years, 2 months ago (2012-10-24 03:07:15 UTC) #5
willchan no longer on Chromium
Great! LGTM
8 years, 2 months ago (2012-10-24 03:20:53 UTC) #6
mmenke
On 2012/10/24 03:20:53, willchan wrote: > Great! LGTM LGTM as well. Nice to get rid ...
8 years, 1 month ago (2012-10-24 16:00:42 UTC) #7
tedv
On 2012/10/24 16:00:42, Matt Menke wrote: > On 2012/10/24 03:20:53, willchan wrote: > > Great! ...
8 years, 1 month ago (2012-10-24 16:18:36 UTC) #8
tedv
This got unblocked late last week, so I wanted to push forward with it. It's ...
7 years, 10 months ago (2013-02-11 16:35:28 UTC) #9
erikwright (departed)
On 2013/02/11 16:35:28, tedv wrote: > This got unblocked late last week, so I wanted ...
7 years, 10 months ago (2013-02-11 16:48:05 UTC) #10
tedv
Yes, that does look suspiciously familiar. Well once the other CL goes through (assuming nothing ...
7 years, 10 months ago (2013-02-11 17:40:38 UTC) #11
mkosiba (inactive)
7 years, 10 months ago (2013-02-12 11:31:52 UTC) #12
LGTM for android_webview

Powered by Google App Engine
This is Rietveld 408576698