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

Issue 10704021: Switched from having one URLRequestJobFactory per profile to having one per context. (Closed)

Created:
8 years, 5 months ago by shalev
Modified:
8 years, 5 months ago
CC:
chromium-reviews, michaeln, cbentzel+watch_chromium.org, jam, nkostylev+watch_chromium.org, jochen+watch-content_chromium.org, kkania, achuith+watch_chromium.org, joi+watch-content_chromium.org, robertshield, oshima+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org, kinuko+watch, stevenjb+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Switched from having one URLRequestJobFactory per profile to having one per context. This change will allow a different set of protocol handlers to be added for each context. Future cls will replace static job factories with protocol handlers that will then be added to these instances of URLRequestJobFactory. Note: this depends on http://codereview.chromium.org/10534100/. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=145361

Patch Set 1 #

Patch Set 2 : Fixed merge with NetworkDelegate cl #

Total comments: 2

Patch Set 3 : Inlined function in profile_impl #

Patch Set 4 : Fixed sync #

Patch Set 5 : Fixed header file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -49 lines) Patch
M chrome/browser/profiles/off_the_record_profile_io_data.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/profiles/off_the_record_profile_io_data.cc View 2 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_impl_io_data.cc View 1 2 1 chunk +17 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 3 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 2 chunks +39 lines, -37 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
shalev
Hi Matt, This is the cl with the factory changes in profile. Please take a ...
8 years, 5 months ago (2012-06-29 15:37:38 UTC) #1
mmenke
LGTM. You'll need to have a profile OWNER take a look before landing.
8 years, 5 months ago (2012-06-29 16:07:55 UTC) #2
willchan no longer on Chromium
I'll take a look. Matt, I'd be happy for you to get familiar with ProfileIOData ...
8 years, 5 months ago (2012-06-29 17:21:30 UTC) #3
mmenke
Sounds good to me. I do want to get a lot more familiar with how ...
8 years, 5 months ago (2012-06-29 17:28:33 UTC) #4
willchan no longer on Chromium
lgtm http://codereview.chromium.org/10704021/diff/2001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): http://codereview.chromium.org/10704021/diff/2001/chrome/browser/profiles/profile_impl_io_data.cc#newcode451 chrome/browser/profiles/profile_impl_io_data.cc:451: AddConnectInterceptor(job_factories[i]); Do we really need a function for ...
8 years, 5 months ago (2012-06-29 17:47:23 UTC) #5
shalev
http://codereview.chromium.org/10704021/diff/2001/chrome/browser/profiles/profile_impl_io_data.cc File chrome/browser/profiles/profile_impl_io_data.cc (right): http://codereview.chromium.org/10704021/diff/2001/chrome/browser/profiles/profile_impl_io_data.cc#newcode451 chrome/browser/profiles/profile_impl_io_data.cc:451: AddConnectInterceptor(job_factories[i]); On 2012/06/29 17:47:23, willchan wrote: > Do we ...
8 years, 5 months ago (2012-07-03 18:28:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shalev@chromium.org/10704021/10001
8 years, 5 months ago (2012-07-03 18:29:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shalev@chromium.org/10704021/4011
8 years, 5 months ago (2012-07-03 18:54:11 UTC) #8
commit-bot: I haz the power
8 years, 5 months ago (2012-07-03 20:06:53 UTC) #9
Change committed as 145361

Powered by Google App Engine
This is Rietveld 408576698