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

Issue 8400027: Add code to prompt for browser login during app notification setup (Closed)

Created:
9 years, 1 month ago by asargent_no_longer_on_chrome
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, mihaip+watch_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add code to prompt for browser login during app notification setup BUG=98145 TEST=Start not signed in to sync, and install an app with the 'experimental' permission. Then visit a page in the app which calls chrome.app.experimental.getNotificationChannel({clientId:"foo"}) - you should get an infobar asking you to sign in. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107800

Patch Set 1 #

Total comments: 6

Patch Set 2 : fixes for review comments, rebased #

Patch Set 3 : add virtual destructor to interface class #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -30 lines) Patch
M chrome/app/generated_resources.grd View 1 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/browser/extensions/app_notify_channel_setup.h View 4 chunks +11 lines, -3 lines 0 comments Download
M chrome/browser/extensions/app_notify_channel_setup.cc View 1 4 chunks +41 lines, -25 lines 0 comments Download
M chrome/browser/extensions/app_notify_channel_setup_unittest.cc View 1 4 chunks +49 lines, -2 lines 0 comments Download
A chrome/browser/extensions/app_notify_channel_ui.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A chrome/browser/extensions/app_notify_channel_ui.cc View 1 1 chunk +145 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tab_helper.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
asargent_no_longer_on_chrome
9 years, 1 month ago (2011-10-27 17:46:44 UTC) #1
Mihai Parparita -not on Chrome
LGTM http://codereview.chromium.org/8400027/diff/1/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8400027/diff/1/chrome/browser/extensions/app_notify_channel_setup.cc#newcode98 chrome/browser/extensions/app_notify_channel_setup.cc:98: std::string code; You don't seem to be using ...
9 years, 1 month ago (2011-10-27 22:21:05 UTC) #2
asargent_no_longer_on_chrome
http://codereview.chromium.org/8400027/diff/1/chrome/browser/extensions/app_notify_channel_setup.cc File chrome/browser/extensions/app_notify_channel_setup.cc (right): http://codereview.chromium.org/8400027/diff/1/chrome/browser/extensions/app_notify_channel_setup.cc#newcode98 chrome/browser/extensions/app_notify_channel_setup.cc:98: std::string code; On 2011/10/27 22:21:05, Mihai Parparita wrote: > ...
9 years, 1 month ago (2011-10-28 17:09:21 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/8400027/4001
9 years, 1 month ago (2011-10-28 17:09:39 UTC) #4
commit-bot: I haz the power
Try job failure for 8400027-4001 (retry) on mac_rel for step "compile" (clobber build). It's a ...
9 years, 1 month ago (2011-10-28 18:06:39 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/asargent@chromium.org/8400027/4002
9 years, 1 month ago (2011-10-28 18:37:09 UTC) #6
commit-bot: I haz the power
9 years, 1 month ago (2011-10-28 21:49:00 UTC) #7
Change committed as 107800

Powered by Google App Engine
This is Rietveld 408576698