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

Issue 160363002: OneClickSigninHelper::CanOffer checks IsEnableWebBasedSignin (Closed)

Created:
6 years, 10 months ago by vabr (Chromium)
Modified:
6 years, 10 months ago
CC:
chromium-reviews, tim+watch_chromium.org, haitaol+watch_chromium.org, maniscalco+watch_chromium.org
Visibility:
Public.

Description

OneClickSigninHelper::CanOffer checks IsEnableWebBasedSignin Before, the CanOffer method could return true, while the web based signin was disabled through about:flags. This meant that neither the save password prompt, nor the sign-in interstitial were shown. This CL ensures that CanOffer returns false if the web based signing is disabled in about:flags. BUG=339804 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251125

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Comments addressed #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -3 lines) Patch
M chrome/browser/password_manager/save_password_infobar_delegate.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 chunks +5 lines, -1 line 2 comments Download

Messages

Total messages: 11 (0 generated)
vabr (Chromium)
Hi Roger, Could you please take a look? I tested that the save password infobar ...
6 years, 10 months ago (2014-02-12 14:58:08 UTC) #1
Roger Tawa OOO till Jul 10th
The interstitial is turned off on the server side at the moment, so that's OK. ...
6 years, 10 months ago (2014-02-12 15:36:50 UTC) #2
vabr (Chromium)
rogerta@chromium.org: Thanks for your review, and for spotting the problem with not reporting the double ...
6 years, 10 months ago (2014-02-12 18:42:15 UTC) #3
Roger Tawa OOO till Jul 10th
lgtm Thanks Vaclav. The one click sign in code will be refactored shortly, so this ...
6 years, 10 months ago (2014-02-12 20:24:57 UTC) #4
vabr (Chromium)
Thanks, Roger. Avi, Garrett, please take a look. It would be great if we got ...
6 years, 10 months ago (2014-02-13 08:44:15 UTC) #5
Avi (use Gerrit)
tab helper change LGTM https://codereview.chromium.org/160363002/diff/200001/chrome/browser/ui/tab_helpers.cc File chrome/browser/ui/tab_helpers.cc (right): https://codereview.chromium.org/160363002/diff/200001/chrome/browser/ui/tab_helpers.cc#newcode209 chrome/browser/ui/tab_helpers.cc:209: if (switches::IsEnableWebBasedSignin() && This, and ...
6 years, 10 months ago (2014-02-13 16:10:45 UTC) #6
vabr (Chromium)
Thanks, Avi. Garrett, since rumours have it you are on vacation :), and Roger approved ...
6 years, 10 months ago (2014-02-13 16:24:22 UTC) #7
vabr (Chromium)
The CQ bit was checked by vabr@chromium.org
6 years, 10 months ago (2014-02-13 16:24:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/160363002/200001
6 years, 10 months ago (2014-02-13 16:25:30 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vabr@chromium.org/160363002/200001
6 years, 10 months ago (2014-02-13 19:47:26 UTC) #10
commit-bot: I haz the power
6 years, 10 months ago (2014-02-13 21:23:17 UTC) #11
Message was sent while issue was closed.
Change committed as 251125

Powered by Google App Engine
This is Rietveld 408576698