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

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

Issue 884373002: Update content setting for app banners to store more information. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mac test failure Created 5 years, 11 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 64a3c3fa49ba27e8eacc482529a6f4a21b229c1b..751c23163608fb9afabcc3b4e67c5560eed516fe 100644
--- a/chrome/browser/ui/webui/options/content_settings_handler.cc
+++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
@@ -746,6 +746,11 @@ void ContentSettingsHandler::UpdateExceptionsViewFromModel(
case CONTENT_SETTINGS_TYPE_METRO_SWITCH_TO_DESKTOP:
break;
#endif
+ case CONTENT_SETTINGS_TYPE_APP_BANNER:
+ // The content settings type CONTENT_SETTINGS_TYPE_APP_BANNER is used to
+ // track whether app banners should be shown or not, and is not a user
+ // visible content setting.
+ break;
default:
UpdateExceptionsViewFromHostContentSettingsMap(type);
break;

Powered by Google App Engine
This is Rietveld 408576698