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

Unified Diff: chrome/browser/ui/webui/options/content_settings_handler.cc

Issue 2171503003: Remove remaining occurences of CONTENT_SETTINGS_TYPE_PUSH_MESSAGING (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-push-content-setting-2
Patch Set: Remove remaining occurences of CONTENT_SETTINGS_TYPE_PUSH_MESSAGING Created 4 years, 5 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
Index: chrome/browser/ui/webui/options/content_settings_handler.cc
diff --git a/chrome/browser/ui/webui/options/content_settings_handler.cc b/chrome/browser/ui/webui/options/content_settings_handler.cc
index 990daf5487d587a0cd3dbdabe0bc8aa3914e6e2c..301f2b8515cc14580aeec47c0a1f4d6adf63fe3d 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -180,11 +180,6 @@ const ExceptionsInfoMap& GetExceptionsInfoMap() {
ContentSettingWithExceptions(
true,
UserMetricsAction("Options_DefaultPPAPIBrokerSettingChanged"))));
- exceptions_info_map.insert(std::make_pair(
- CONTENT_SETTINGS_TYPE_PUSH_MESSAGING,
- ContentSettingWithExceptions(
- true,
- UserMetricsAction("Options_DefaultPushMessagingSettingChanged"))));
#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
exceptions_info_map.insert(std::make_pair(
CONTENT_SETTINGS_TYPE_PROTECTED_MEDIA_IDENTIFIER,
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_ui.cc ('k') | chrome/browser/ui/webui/site_settings_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698