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

Issue 8526015: Integrate AppNotifyChannelSetup with TokenService. (Closed)

Created:
9 years, 1 month ago by Munjal (Google)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org
Visibility:
Public.

Description

Integrate AppNotifyChannelSetup with TokenService. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110410

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Total comments: 6

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -34 lines) Patch
M chrome/browser/extensions/app_notify_channel_setup.h View 1 2 8 chunks +29 lines, -0 lines 0 comments Download
M chrome/browser/extensions/app_notify_channel_setup.cc View 1 2 3 4 5 5 chunks +129 lines, -23 lines 0 comments Download
M chrome/browser/extensions/app_notify_channel_setup_unittest.cc View 1 7 chunks +76 lines, -11 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Munjal (Google)
Rick, it will be nice if you can also take a look apart from Antony.
9 years, 1 month ago (2011-11-11 00:43:47 UTC) #1
asargent_no_longer_on_chrome
LGTM http://codereview.chromium.org/8526015/diff/1004/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/1004/chrome/browser/extensions/app_notify_channel_setup.cc#newcode170 chrome/browser/extensions/app_notify_channel_setup.cc:170: void AppNotifyChannelSetup::UnregisterForTokenServiceNotifications() { You could probably skip having ...
9 years, 1 month ago (2011-11-11 01:23:03 UTC) #2
Munjal (Google)
http://codereview.chromium.org/8526015/diff/1004/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/1004/chrome/browser/extensions/app_notify_channel_setup.cc#newcode170 chrome/browser/extensions/app_notify_channel_setup.cc:170: void AppNotifyChannelSetup::UnregisterForTokenServiceNotifications() { On 2011/11/11 01:23:04, Antony Sargent wrote: ...
9 years, 1 month ago (2011-11-11 01:49:27 UTC) #3
Rick Campbell
http://codereview.chromium.org/8526015/diff/5002/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/5002/chrome/browser/extensions/app_notify_channel_setup.cc#newcode103 chrome/browser/extensions/app_notify_channel_setup.cc:103: if (fetch_token_success_count_ + fetch_token_fail_count_ == 2) { I'll defer ...
9 years, 1 month ago (2011-11-11 21:18:58 UTC) #4
Munjal (Google)
http://codereview.chromium.org/8526015/diff/5002/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/5002/chrome/browser/extensions/app_notify_channel_setup.cc#newcode103 chrome/browser/extensions/app_notify_channel_setup.cc:103: if (fetch_token_success_count_ + fetch_token_fail_count_ == 2) { On 2011/11/11 ...
9 years, 1 month ago (2011-11-14 23:03:15 UTC) #5
Rick Campbell
lgtm with one nit http://codereview.chromium.org/8526015/diff/9001/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/9001/chrome/browser/extensions/app_notify_channel_setup.cc#newcode53 chrome/browser/extensions/app_notify_channel_setup.cc:53: static const char* kRelevantGaiaServices[kRelevantGaiaServicesCount] = ...
9 years, 1 month ago (2011-11-16 18:13:35 UTC) #6
Munjal (Google)
http://codereview.chromium.org/8526015/diff/9001/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8526015/diff/9001/chrome/browser/extensions/app_notify_channel_setup.cc#newcode53 chrome/browser/extensions/app_notify_channel_setup.cc:53: static const char* kRelevantGaiaServices[kRelevantGaiaServicesCount] = { On 2011/11/16 18:13:35, ...
9 years, 1 month ago (2011-11-16 19:54:46 UTC) #7
Rick Campbell
9 years, 1 month ago (2011-11-16 19:59:29 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld 408576698