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

Issue 1325063002: Componentizing chrome/browser/services/gcm/gcm_desktop_utils.cc. (Closed)

Created:
5 years, 3 months ago by Jitu( very slow this week)
Modified:
5 years, 3 months ago
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, zea+watch_chromium.org, Bernhard Bauer
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentizing chrome/browser/services/gcm/gcm_desktop_utils.cc. Moved chrome/browser/services/gcm/gcm_desktop_utils.* to components/gcm_driver/. Added a extra param version_info to CreateGCMDriverDesktop() for resolving the bad dependancy from chrome. BUG=519579 Committed: https://crrev.com/ae5abc9a10333564b9e30c5fc1013f97e19ff4e0 Cr-Commit-Position: refs/heads/master@{#347128} Committed: https://crrev.com/b1b7fee052d510b179b5af2a55c42cc1f6f9b806 Cr-Commit-Position: refs/heads/master@{#350184}

Patch Set 1 #

Total comments: 1

Patch Set 2 : exclude for android build #

Total comments: 5

Patch Set 3 : Fixed comments #

Patch Set 4 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -185 lines) Patch
M chrome/browser/browser_process_impl.cc View 1 2 3 2 chunks +15 lines, -2 lines 0 comments Download
D chrome/browser/services/gcm/gcm_desktop_utils.h View 1 chunk +0 lines, -33 lines 0 comments Download
D chrome/browser/services/gcm/gcm_desktop_utils.cc View 1 chunk +0 lines, -115 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 2 3 2 chunks +17 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +0 lines, -2 lines 0 comments Download
M components/gcm_driver.gypi View 1 3 chunks +6 lines, -0 lines 0 comments Download
M components/gcm_driver/BUILD.gn View 1 3 chunks +6 lines, -0 lines 0 comments Download
M components/gcm_driver/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A + components/gcm_driver/gcm_desktop_utils.h View 2 chunks +10 lines, -4 lines 0 comments Download
A + components/gcm_driver/gcm_desktop_utils.cc View 4 chunks +18 lines, -27 lines 0 comments Download

Messages

Total messages: 38 (8 generated)
Jitu( very slow this week)
@Droger, PTAL ... I am getting below error in some bots, please help me out ...
5 years, 3 months ago (2015-09-02 08:24:15 UTC) #2
droger
https://codereview.chromium.org/1325063002/diff/1/components/gcm_driver/gcm_desktop_utils.cc File components/gcm_driver/gcm_desktop_utils.cc (right): https://codereview.chromium.org/1325063002/diff/1/components/gcm_driver/gcm_desktop_utils.cc#newcode91 components/gcm_driver/gcm_desktop_utils.cc:91: const scoped_refptr<base::SequencedTaskRunner>& blocking_task_runner) { The link error is because ...
5 years, 3 months ago (2015-09-02 08:39:32 UTC) #3
droger
On 2015/09/02 08:39:32, droger wrote: > https://codereview.chromium.org/1325063002/diff/1/components/gcm_driver/gcm_desktop_utils.cc > File components/gcm_driver/gcm_desktop_utils.cc (right): > > https://codereview.chromium.org/1325063002/diff/1/components/gcm_driver/gcm_desktop_utils.cc#newcode91 > ...
5 years, 3 months ago (2015-09-02 08:41:21 UTC) #4
Jitu( very slow this week)
PTAL ...
5 years, 3 months ago (2015-09-02 12:32:18 UTC) #5
Jitu( very slow this week)
On 2015/09/02 08:41:21, droger wrote: > On 2015/09/02 08:39:32, droger wrote: > > > https://codereview.chromium.org/1325063002/diff/1/components/gcm_driver/gcm_desktop_utils.cc ...
5 years, 3 months ago (2015-09-02 12:34:50 UTC) #6
droger
LGTM!
5 years, 3 months ago (2015-09-02 12:40:25 UTC) #7
Jitu( very slow this week)
@Nicolas, Please do the owner review for -- chrome/browser/services/* -- components/gcm_driver/*
5 years, 3 months ago (2015-09-02 12:57:48 UTC) #9
Jitu( very slow this week)
@Bauer, Please do the owner review for -- chrome/browser/browser_process_impl.cc
5 years, 3 months ago (2015-09-02 13:00:06 UTC) #11
Bernhard Bauer
On 2015/09/02 13:00:06, jitu wrote: > @Bauer, > > Please do the owner review for ...
5 years, 3 months ago (2015-09-02 13:04:14 UTC) #12
droger
On 2015/09/02 13:04:14, Bernhard Bauer wrote: > On 2015/09/02 13:00:06, jitu wrote: > > @Bauer, ...
5 years, 3 months ago (2015-09-02 13:07:02 UTC) #14
Nicolas Zea
LGTM
5 years, 3 months ago (2015-09-02 21:22:33 UTC) #15
Jitu( very slow this week)
Dear Lei Zhang, Please do the owner review for -- chrome/browser/browser_process_impl.cc
5 years, 3 months ago (2015-09-03 04:46:29 UTC) #17
Lei Zhang
lgtm https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc#newcode1167 chrome/browser/browser_process_impl.cc:1167: scoped_refptr<base::SequencedWorkerPool> worker_pool( This can just be a base::SequencedWorkerPool* ...
5 years, 3 months ago (2015-09-03 04:53:27 UTC) #18
Jitu( very slow this week)
Fixed the comments PTAL ! https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc#newcode1167 chrome/browser/browser_process_impl.cc:1167: scoped_refptr<base::SequencedWorkerPool> worker_pool( On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 05:31:36 UTC) #19
Lei Zhang
https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc File chrome/browser/browser_process_impl.cc (right): https://codereview.chromium.org/1325063002/diff/20001/chrome/browser/browser_process_impl.cc#newcode1167 chrome/browser/browser_process_impl.cc:1167: scoped_refptr<base::SequencedWorkerPool> worker_pool( On 2015/09/03 05:31:36, jitu wrote: > On ...
5 years, 3 months ago (2015-09-03 05:56:34 UTC) #20
Jitu( very slow this week)
Thanks Changes done ... PTAL !
5 years, 3 months ago (2015-09-03 06:37:19 UTC) #21
Lei Zhang
still lgtm
5 years, 3 months ago (2015-09-03 06:41:45 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325063002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325063002/60001
5 years, 3 months ago (2015-09-03 06:57:37 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-03 07:53:18 UTC) #26
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/ae5abc9a10333564b9e30c5fc1013f97e19ff4e0 Cr-Commit-Position: refs/heads/master@{#347128}
5 years, 3 months ago (2015-09-03 07:54:01 UTC) #27
pneubeck (no reviews)
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1328573003/ by pneubeck@chromium.org. ...
5 years, 3 months ago (2015-09-03 10:09:19 UTC) #28
Jitu( very slow this week)
On 2015/09/03 10:09:19, pneubeck wrote: > A revert of this CL (patchset #4 id:60001) has ...
5 years, 3 months ago (2015-09-03 12:00:41 UTC) #29
droger
zea: it looks like components/sync_driver/invalidation_helper.cc sync/tools/invalidation_helper.cc both define a function with the same name and ...
5 years, 3 months ago (2015-09-03 12:39:32 UTC) #30
Nicolas Zea
On 2015/09/03 12:39:32, droger wrote: > zea: it looks like > components/sync_driver/invalidation_helper.cc > sync/tools/invalidation_helper.cc > ...
5 years, 3 months ago (2015-09-03 16:10:45 UTC) #31
blundell
On 2015/09/03 16:10:45, Nicolas Zea wrote: > On 2015/09/03 12:39:32, droger wrote: > > zea: ...
5 years, 3 months ago (2015-09-03 16:11:35 UTC) #32
Nicolas Zea
On 2015/09/03 16:11:35, blundell wrote: > On 2015/09/03 16:10:45, Nicolas Zea wrote: > > On ...
5 years, 3 months ago (2015-09-03 16:20:35 UTC) #33
droger
On 2015/09/03 16:20:35, Nicolas Zea wrote: > On 2015/09/03 16:11:35, blundell wrote: > > On ...
5 years, 3 months ago (2015-09-03 16:26:18 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1325063002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1325063002/60001
5 years, 3 months ago (2015-09-22 17:37:54 UTC) #36
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 3 months ago (2015-09-22 17:43:05 UTC) #37
commit-bot: I haz the power
5 years, 3 months ago (2015-09-22 17:43:58 UTC) #38
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b1b7fee052d510b179b5af2a55c42cc1f6f9b806
Cr-Commit-Position: refs/heads/master@{#350184}

Powered by Google App Engine
This is Rietveld 408576698