Omit content settings type auto select certificate when updating the extensions UI


BUG=97381
TEST=Chrome not crashing


Review URL: http://codereview.chromium.org/7976022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102200 0039d316-1c4b-4281-b951-d872f2087c98
parent 6eaa8faa
......@@ -447,6 +447,7 @@ void ContentSettingsHandler::UpdateOTRExceptionsViewFromModel(
case CONTENT_SETTINGS_TYPE_GEOLOCATION:
case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
case CONTENT_SETTINGS_TYPE_INTENTS:
case CONTENT_SETTINGS_TYPE_AUTO_SELECT_CERTIFICATE:
break;
default:
UpdateExceptionsViewFromOTRHostContentSettingsMap(type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment