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

Unified Diff: chrome/browser/ui/content_settings/content_setting_bubble_model.cc

Issue 2872633002: [subresource_filter] Remove dead OnManageLinkClicked code path (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/content_settings/content_setting_bubble_model.cc
diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
index 9d04569b937f601a7a2a278d583ae8292f78871a..61b1e579511fa09ef6befd8511842d429c4829ce 100644
--- a/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
+++ b/chrome/browser/ui/content_settings/content_setting_bubble_model.cc
@@ -1256,14 +1256,6 @@ void ContentSettingSubresourceFilterBubbleModel::SetMessage() {
IDS_FILTERED_DECEPTIVE_CONTENT_PROMPT_EXPLANATION));
}
-// TODO(csharrison): This is only executed on Mac. It should also get the
-// updated UI with a checkbox.
-void ContentSettingSubresourceFilterBubbleModel::OnManageLinkClicked() {
- auto* driver_factory = subresource_filter::
- ContentSubresourceFilterDriverFactory::FromWebContents(web_contents());
- driver_factory->OnReloadRequested();
-}
-
void ContentSettingSubresourceFilterBubbleModel::OnManageCheckboxChecked(
bool is_checked) {
if (is_checked)
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698