| 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 d7a99c95c90e4e9540759e9e64cc969be47bbc98..7eeee986a660f219d7a4b49bc5b6f16efbfdc530 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -1072,6 +1072,8 @@ void ContentSettingsHandler::UpdateZoomLevelsExceptionsView() {
|
| // These are not stored in preferences and get cleared on next browser
|
| // start. Therefore, we don't care for them.
|
| continue;
|
| + case content::HostZoomMap::PAGE_SCALE_IS_ONE_CHANGED:
|
| + continue;
|
| case content::HostZoomMap::ZOOM_CHANGED_TEMPORARY_ZOOM:
|
| NOTREACHED();
|
| }
|
|
|