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

Issue 617003005: Keep the GCM data intact when the user signs out of the profile (Closed)

Created:
6 years, 2 months ago by jianli
Modified:
6 years, 2 months ago
Reviewers:
fgorski
CC:
chromium-reviews, zea+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Keep the GCM data intact when the user signs out of the profile BUG=419168 TEST=tests updated Committed: https://crrev.com/15aecc15078ebf83ee6a19b9614d9325d5f8355d Cr-Commit-Position: refs/heads/master@{#298343}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address feedback #

Patch Set 3 : Fix trybots #

Total comments: 2

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -29 lines) Patch
M chrome/browser/services/gcm/gcm_profile_service.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/services/gcm/gcm_profile_service_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M components/gcm_driver/fake_gcm_client.h View 1 2 3 2 chunks +5 lines, -2 lines 0 comments Download
M components/gcm_driver/fake_gcm_client.cc View 1 5 chunks +5 lines, -2 lines 0 comments Download
M components/gcm_driver/fake_gcm_driver.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/fake_gcm_driver.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_android.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop.cc View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download
M components/gcm_driver/gcm_driver_desktop_unittest.cc View 1 2 3 13 chunks +54 lines, -15 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
jianli
6 years, 2 months ago (2014-09-30 23:00:54 UTC) #2
fgorski
it looks good, but I think we should better document tests. Also do we ever ...
6 years, 2 months ago (2014-10-01 16:54:09 UTC) #3
jianli
On 2014/10/01 16:54:09, fgorski wrote: > it looks good, but I think we should better ...
6 years, 2 months ago (2014-10-01 21:56:16 UTC) #4
jianli
https://codereview.chromium.org/617003005/diff/1/components/gcm_driver/gcm_driver_desktop_unittest.cc File components/gcm_driver/gcm_driver_desktop_unittest.cc (right): https://codereview.chromium.org/617003005/diff/1/components/gcm_driver/gcm_driver_desktop_unittest.cc#newcode409 components/gcm_driver/gcm_driver_desktop_unittest.cc:409: TEST_F(GCMDriverTest, SignInAndSignOutOnGCMEnabled) { On 2014/10/01 16:54:09, fgorski wrote: > ...
6 years, 2 months ago (2014-10-01 21:56:23 UTC) #5
fgorski
lgtm
6 years, 2 months ago (2014-10-01 23:36:45 UTC) #6
fgorski
Found interesting thing about stopping when signing out. (We should handle that for users that ...
6 years, 2 months ago (2014-10-03 01:32:50 UTC) #7
fgorski
Found interesting thing about stopping when signing out. (We should handle that for users that ...
6 years, 2 months ago (2014-10-03 01:32:52 UTC) #8
jianli
https://codereview.chromium.org/617003005/diff/30001/components/gcm_driver/gcm_driver_desktop.cc File components/gcm_driver/gcm_driver_desktop.cc (right): https://codereview.chromium.org/617003005/diff/30001/components/gcm_driver/gcm_driver_desktop.cc#newcode395 components/gcm_driver/gcm_driver_desktop.cc:395: Stop(); On 2014/10/03 01:32:50, fgorski wrote: > I think ...
6 years, 2 months ago (2014-10-06 07:07:02 UTC) #9
fgorski
On 2014/10/06 07:07:02, jianli wrote: > https://codereview.chromium.org/617003005/diff/30001/components/gcm_driver/gcm_driver_desktop.cc > File components/gcm_driver/gcm_driver_desktop.cc (right): > > https://codereview.chromium.org/617003005/diff/30001/components/gcm_driver/gcm_driver_desktop.cc#newcode395 > ...
6 years, 2 months ago (2014-10-06 16:52:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617003005/50001
6 years, 2 months ago (2014-10-06 22:53:15 UTC) #12
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
6 years, 2 months ago (2014-10-07 01:42:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617003005/50001
6 years, 2 months ago (2014-10-07 02:05:13 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:50001) as dd615c88d4d3950b30cc654b88c1dde67d5cf0c6
6 years, 2 months ago (2014-10-07 03:04:05 UTC) #17
commit-bot: I haz the power
6 years, 2 months ago (2014-10-07 03:04:50 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/15aecc15078ebf83ee6a19b9614d9325d5f8355d
Cr-Commit-Position: refs/heads/master@{#298343}

Powered by Google App Engine
This is Rietveld 408576698