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

Issue 11230028: Split ResourceContext into its own file, and make it compile on iOS (Closed)

Created:
8 years, 2 months ago by stuartmorgan
Modified:
8 years, 1 month ago
Reviewers:
jam
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Split ResourceContext into its own file, and make it compile on iOS ResourceContext's constructor and destructor are needed on iOS since profile_io_data has a subclass of the interface, but the rest of the file isn't. Also removes a bunch of #include/using cruft in resource_context_impl.cc BUG=None

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -24 lines) Patch
A content/browser/resource_context.cc View 1 chunk +30 lines, -0 lines 0 comments Download
M content/browser/resource_context_impl.cc View 3 chunks +0 lines, -24 lines 0 comments Download
M content/content_browser.gypi View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
stuartmorgan
Per our email discussion.
8 years, 2 months ago (2012-10-22 13:51:18 UTC) #1
stuartmorgan
jam: Ping
8 years, 1 month ago (2012-10-29 07:09:27 UTC) #2
stuartmorgan
Ping? This CL is several weeks old.
8 years, 1 month ago (2012-11-12 12:07:57 UTC) #3
jam
8 years, 1 month ago (2012-11-13 16:23:48 UTC) #4
sorry just saw this. for future reference if I don't respond within a few hours,
it's because I missed the change.

I still think this should just be an ifdef block in resource_context_impl.cc,
i.e. to avoid adding a new file. there'll be one extra ifdef block for the other
functions you don't need, but the gyp files will have one less entry...

Powered by Google App Engine
This is Rietveld 408576698