|
|
DescriptionFix privacy policy link in captive portal interstitials.
BUG=642911
Committed: https://crrev.com/ee53d14732a274057e9ce51c1d07d87fc7ffc90e
Cr-Commit-Position: refs/heads/master@{#422634}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix captive portal metrics reporting #Patch Set 3 : Rebase #Patch Set 4 : Diff with base CLs #Patch Set 5 : Rebase #Patch Set 6 : Rebase #Messages
Total messages: 27 (15 generated)
meacer@chromium.org changed reviewers: + lgarron@chromium.org
lgarron: PTAL?
I'm not an OWNER, but looks alright, I guess. ;-) https://codereview.chromium.org/2302623002/diff/1/chrome/browser/ssl/captive_... File chrome/browser/ssl/captive_portal_blocking_page.cc (right): https://codereview.chromium.org/2302623002/diff/1/chrome/browser/ssl/captive_... chrome/browser/ssl/captive_portal_blocking_page.cc:201: ssl_error_ui_->HandleCommand( Is this a passthrough? (I also don't see `cmd`; did you mean `command`?)
https://codereview.chromium.org/2302623002/diff/1/chrome/browser/ssl/captive_... File chrome/browser/ssl/captive_portal_blocking_page.cc (right): https://codereview.chromium.org/2302623002/diff/1/chrome/browser/ssl/captive_... chrome/browser/ssl/captive_portal_blocking_page.cc:201: ssl_error_ui_->HandleCommand( On 2016/08/31 22:22:31, lgarron wrote: > Is this a passthrough? > > (I also don't see `cmd`; did you mean `command`?) Sigh, I could have at least tried compiling this :p Needs more work because ssl_error_ui_ isn't available either.
The CQ bit was checked by meacer@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds...) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_comp...)
The CQ bit was checked by meacer@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Okay, this is ready for review now. It depends on crrev.com/2303413002 which depends on crrev.com/2298613007: crrev.com/2298613007 Use controller from SecurityInterstitialPage in derived classes crrev.com/2303413002 Simplify security_interstitials::ControllerClient and other related classes lgarron: PTAL?
On 2016/09/06 18:53:45, Mustafa Emre Acer wrote: > Okay, this is ready for review now. It depends on crrev.com/2303413002 which > depends on crrev.com/2298613007: > > crrev.com/2298613007 Use controller from SecurityInterstitialPage in derived > classes > crrev.com/2303413002 Simplify security_interstitials::ControllerClient and other > related classes > > lgarron: PTAL? Ping
On 2016/09/06 18:53:45, Mustafa Emre Acer wrote: > Okay, this is ready for review now. It depends on crrev.com/2303413002 which > depends on crrev.com/2298613007: > > crrev.com/2298613007 Use controller from SecurityInterstitialPage in derived > classes > crrev.com/2303413002 Simplify security_interstitials::ControllerClient and other > related classes > > lgarron: PTAL? Ping
This is now ready for review.
The CQ bit was checked by lgarron@chromium.org to run a CQ dry run
The CQ bit was checked by meacer@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
LGTM assuming you want to collect the captive_portal metrics (per discussion in person).
On 2016/10/03 23:47:23, lgarron wrote: > LGTM assuming you want to collect the captive_portal metrics (per discussion in > person). Looks like these two methods added here call metrics_helper: controller()->SetReportingPreference controller()->OpenExtendedReportingPrivacyPolicy These calls only add a new |interstitial.captive_portal.interaction| histogram which records whether the user clicked on the reporting checkbox. That sounds like something we want, so I think we are good.
The CQ bit was unchecked by meacer@chromium.org
The CQ bit was checked by meacer@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Committed patchset #6 (id:100001)
Message was sent while issue was closed.
Description was changed from ========== Fix privacy policy link in captive portal interstitials. BUG=642911 ========== to ========== Fix privacy policy link in captive portal interstitials. BUG=642911 Committed: https://crrev.com/ee53d14732a274057e9ce51c1d07d87fc7ffc90e Cr-Commit-Position: refs/heads/master@{#422634} ==========
Message was sent while issue was closed.
Patchset 6 (id:??) landed as https://crrev.com/ee53d14732a274057e9ce51c1d07d87fc7ffc90e Cr-Commit-Position: refs/heads/master@{#422634} |