| 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;
|
|
|