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

Issue 11365253: Add empty constructor/destructor to ResourceContext on iOS (Closed)

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

Description

Add empty constructor/destructor to ResourceContext on iOS Empty ResourceContext constructors and destructors are needed on iOS since profile_io_data has a subclass of the interface, but iOS doesn't use all the code in resource_context_impl.cc Also removes a bunch of #include/using cruft in resource_context_impl.cc BUG=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168192

Patch Set 1 #

Patch Set 2 : ifdef in header #

Patch Set 3 : Fix ifdef #

Patch Set 4 : Remove iOS constructor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -22 lines) Patch
M content/browser/resource_context_impl.cc View 1 1 chunk +0 lines, -22 lines 0 comments Download
M content/public/browser/resource_context.h View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
stuartmorgan
This is the alternative approach you requested in http://codereview.chromium.org/11230028/ FWIW, I still disagree pretty strongly ...
8 years, 1 month ago (2012-11-14 11:52:44 UTC) #1
jam
how about in resource_context.h, you have #if defined(OS_IOS) virtual ~ResourceContext() {} #else ResourceContext(); virtual ~ResourceContext(); ...
8 years, 1 month ago (2012-11-14 21:05:50 UTC) #2
stuartmorgan
On 2012/11/14 21:05:50, John Abd-El-Malek wrote: > how about in resource_context.h, you have > > ...
8 years, 1 month ago (2012-11-15 14:15:41 UTC) #3
jam
lgtm I prefer taking out the constructor on IOS. in general for the interfaces in ...
8 years, 1 month ago (2012-11-15 16:39:09 UTC) #4
stuartmorgan
On 2012/11/15 16:39:09, John Abd-El-Malek wrote: > I prefer taking out the constructor on IOS. ...
8 years, 1 month ago (2012-11-16 09:14:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/11365253/13001
8 years, 1 month ago (2012-11-16 09:14:17 UTC) #6
commit-bot: I haz the power
Retried try job too often for step(s) sync_integration_tests
8 years, 1 month ago (2012-11-16 11:05:20 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/11365253/13001
8 years, 1 month ago (2012-11-16 11:53:07 UTC) #8
commit-bot: I haz the power
8 years, 1 month ago (2012-11-16 12:27:39 UTC) #9
Change committed as 168192

Powered by Google App Engine
This is Rietveld 408576698