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