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

Issue 10637008: Remove UrlFetcher from remoting and use the one in net instead. (Closed)

Created:
8 years, 6 months ago by Jamie
Modified:
8 years, 6 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Remove UrlFetcher from remoting and use the one in net instead. BUG=133790 TEST=Stop and restart the Me2Me host. It should still work. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=143798

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 19

Patch Set 3 : Reviewer comments. #

Total comments: 2

Patch Set 4 : Use enum instead of bool to distinguish fetchers. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -420 lines) Patch
M remoting/host/gaia_oauth_client.cc View 1 2 3 7 chunks +58 lines, -14 lines 0 comments Download
M remoting/host/host_port_allocator.h View 1 chunk +1 line, -1 line 0 comments Download
M remoting/host/host_port_allocator.cc View 1 2 4 chunks +23 lines, -22 lines 0 comments Download
D remoting/host/url_fetcher.h View 1 chunk +0 lines, -64 lines 0 comments Download
D remoting/host/url_fetcher.cc View 1 1 chunk +0 lines, -220 lines 0 comments Download
D remoting/host/url_fetcher_unittest.cc View 1 chunk +0 lines, -96 lines 0 comments Download
M remoting/remoting.gyp View 2 chunks +0 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Jamie
ptal
8 years, 6 months ago (2012-06-22 19:44:41 UTC) #1
Wez
https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc File remoting/host/gaia_oauth_client.cc (right): https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc#newcode50 remoting/host/gaia_oauth_client.cc:50: public net::URLFetcherDelegate { Do we actually need this implementation ...
8 years, 6 months ago (2012-06-22 20:14:38 UTC) #2
Jamie
https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc File remoting/host/gaia_oauth_client.cc (right): https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc#newcode50 remoting/host/gaia_oauth_client.cc:50: public net::URLFetcherDelegate { On 2012/06/22 20:14:39, Wez wrote: > ...
8 years, 6 months ago (2012-06-22 22:42:02 UTC) #3
Wez
lgtm https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc File remoting/host/gaia_oauth_client.cc (right): https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc#newcode50 remoting/host/gaia_oauth_client.cc:50: public net::URLFetcherDelegate { On 2012/06/22 22:42:02, Jamie wrote: ...
8 years, 6 months ago (2012-06-22 23:58:34 UTC) #4
Jamie
fyi https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc File remoting/host/gaia_oauth_client.cc (right): https://chromiumcodereview.appspot.com/10637008/diff/7001/remoting/host/gaia_oauth_client.cc#newcode82 remoting/host/gaia_oauth_client.cc:82: bool request_is_oauth_refresh_; On 2012/06/22 23:58:35, Wez wrote: > ...
8 years, 6 months ago (2012-06-23 00:20:23 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamiewalch@chromium.org/10637008/18002
8 years, 6 months ago (2012-06-23 04:19:36 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-23 08:35:28 UTC) #7
Change committed as 143798

Powered by Google App Engine
This is Rietveld 408576698