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

Issue 10383271: Make AssociateWithRenderView() a free function in the 'content' namespace (Closed)

Created:
8 years, 7 months ago by akalin
Modified:
8 years, 7 months ago
Reviewers:
jam, wtc, sky
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, jochen+watch-content_chromium.org, brettw-cc_chromium.org, jam, cbentzel+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, ajwong+watch_chromium.org
Visibility:
Public.

Description

Make AssociateWithRenderView() a free function in the 'content' namespace Rename it to AssociateURLFetcherWithRenderView(). This will enable us to remove content::URLFetcher completely and use net::URLFetcher exclusively. BUG=118220 TEST= TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138178

Patch Set 1 #

Patch Set 2 : Add export #

Patch Set 3 : Use correct namespace #

Total comments: 8

Patch Set 4 : Address comments #

Patch Set 5 : actually rename fn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -54 lines) Patch
M chrome/browser/alternate_nav_url_fetcher.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/search_engines/template_url_fetcher.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M content/common/net/url_fetcher_core.h View 1 2 3 5 chunks +8 lines, -11 lines 0 comments Download
M content/common/net/url_fetcher_core.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/common/net/url_fetcher_impl.h View 1 chunk +5 lines, -3 lines 0 comments Download
M content/common/net/url_fetcher_impl.cc View 1 2 3 4 2 chunks +31 lines, -17 lines 0 comments Download
M content/public/common/url_fetcher.h View 1 2 3 2 chunks +10 lines, -12 lines 0 comments Download
M content/test/test_url_fetcher_factory.h View 1 chunk +5 lines, -3 lines 0 comments Download
M content/test/test_url_fetcher_factory.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M net/url_request/url_fetcher.h View 1 2 3 3 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
akalin
+wtc for net stuff +jam for content stuff
8 years, 7 months ago (2012-05-21 18:24:02 UTC) #1
jam
lgtm http://codereview.chromium.org/10383271/diff/13/content/public/common/url_fetcher.h File content/public/common/url_fetcher.h (right): http://codereview.chromium.org/10383271/diff/13/content/public/common/url_fetcher.h#newcode51 content/public/common/url_fetcher.h:51: void CONTENT_EXPORT AssociateWithRenderView( nit: convention is CONTENT_EXPORT void ...
8 years, 7 months ago (2012-05-21 21:39:19 UTC) #2
wtc
Patch set 3 LGTM. I only have some nit-picking comments about the documentation of the ...
8 years, 7 months ago (2012-05-21 22:16:48 UTC) #3
akalin
committing after trybots http://codereview.chromium.org/10383271/diff/13/content/public/common/url_fetcher.h File content/public/common/url_fetcher.h (right): http://codereview.chromium.org/10383271/diff/13/content/public/common/url_fetcher.h#newcode51 content/public/common/url_fetcher.h:51: void CONTENT_EXPORT AssociateWithRenderView( On 2012/05/21 21:39:19, ...
8 years, 7 months ago (2012-05-21 22:28:36 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/akalin@chromium.org/10383271/5014
8 years, 7 months ago (2012-05-21 22:40:14 UTC) #5
commit-bot: I haz the power
Presubmit check for 10383271-5014 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-21 22:40:36 UTC) #6
akalin
TBRing sky@ for search_engines
8 years, 7 months ago (2012-05-21 22:47:42 UTC) #7
commit-bot: I haz the power
8 years, 7 months ago (2012-05-21 23:08:21 UTC) #8

Powered by Google App Engine
This is Rietveld 408576698