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

Issue 2521173004: Remove SetSelectedTab() and deprecate unused WebsiteSettingsAction values. (Closed)

Created:
4 years, 1 month ago by lgarron
Modified:
3 years, 11 months ago
CC:
asvitkine+watch_chromium.org, chromium-reviews, estark, markusheintz_, msramek+watch_chromium.org, msw, raymes+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove SetSelectedTab() and deprecate unused WebsiteSettingsAction values. This gets rid of the remaining call to SetSelectedTab(), which has no effect on any platforms anymore. BUG=646465, 571533, 675239, 675238 Review-Url: https://codereview.chromium.org/2521173004 Cr-Commit-Position: refs/heads/master@{#441749} Committed: https://chromium.googlesource.com/chromium/src/+/53ce627c8aa95544706c84a918170a8e53f5a20e

Patch Set 1 #

Total comments: 10

Patch Set 2 : Deprecate unused WebsiteSettingsAction values. #

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -101 lines) Patch
M chrome/browser/ui/android/page_info/connection_info_popup_android.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/android/page_info/connection_info_popup_android.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/android/page_info/website_settings_popup_android.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/android/page_info/website_settings_popup_android.cc View 1 2 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/website_settings/website_settings_bubble_controller.mm View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.h View 1 1 chunk +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings.cc View 1 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_ui.h View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 2 20 chunks +3 lines, -40 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 37 (22 generated)
lgarron
raymes@, could you review?
4 years, 1 month ago (2016-11-22 20:18:01 UTC) #2
lgarron
isherman@, could you review histograms.xml?
4 years, 1 month ago (2016-11-22 20:18:32 UTC) #4
raymes
lgtm
4 years, 1 month ago (2016-11-22 22:18:02 UTC) #5
Ilya Sherman
histograms.xml LGTM, thanks
4 years, 1 month ago (2016-11-22 22:32:04 UTC) #6
msw
drive-by nits https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.cc#newcode668 chrome/browser/ui/website_settings/website_settings.cc:668: show_ssl_decision_revoke_button_ = delegate->HasAllowException(url.host());} nit: fix closing curly ...
4 years ago (2016-11-29 18:26:03 UTC) #8
msw
Some more pertinent questions https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.h File chrome/browser/ui/website_settings/website_settings.h (right): https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.h#newcode94 chrome/browser/ui/website_settings/website_settings.h:94: // WEBSITE_SETTINGS_PERMISSIONS_TAB_SELECTED = 1, Do ...
4 years ago (2016-11-29 18:31:01 UTC) #9
lgarron
https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.cc File chrome/browser/ui/website_settings/website_settings.cc (right): https://codereview.chromium.org/2521173004/diff/1/chrome/browser/ui/website_settings/website_settings.cc#newcode668 chrome/browser/ui/website_settings/website_settings.cc:668: show_ssl_decision_revoke_button_ = delegate->HasAllowException(url.host());} On 2016/11/29 at 18:26:03, msw wrote: ...
4 years ago (2016-12-16 05:46:59 UTC) #16
Ilya Sherman
histograms.xml lgtm
4 years ago (2016-12-17 01:01:08 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2521173004/40001
4 years ago (2016-12-17 01:42:01 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/328393)
4 years ago (2016-12-17 01:50:46 UTC) #28
lgarron
tedchoc@, could you review the Android changes (4 files)? rsesek@, could you review the Cocoa ...
4 years ago (2016-12-17 02:20:03 UTC) #30
Robert Sesek
cocoa/ LGTM
4 years ago (2016-12-19 16:56:08 UTC) #31
Ted C
On 2016/12/19 16:56:08, Robert Sesek wrote: > cocoa/ LGTM android - lgtm
3 years, 12 months ago (2016-12-27 20:29:17 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2521173004/40001
3 years, 11 months ago (2017-01-05 19:51:57 UTC) #34
commit-bot: I haz the power
3 years, 11 months ago (2017-01-05 21:09:53 UTC) #37
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/53ce627c8aa95544706c84a91817...

Powered by Google App Engine
This is Rietveld 408576698