| 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 4ae64aa797e6c000e44acaaeec7ddb7d260d68ba..cf7c4433ebdb80af49360b44f43a72ce7b1c1031 100644
|
| --- a/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/content_settings_handler.cc
|
| @@ -1055,6 +1055,7 @@ void ContentSettingsHandler::UpdateZoomLevelsExceptionsView() {
|
| l10n_util::GetStringUTF8(IDS_ZOOMLEVELS_CHROME_ERROR_PAGES_LABEL);
|
| }
|
| exception->SetString(kOrigin, host);
|
| + break;
|
| }
|
| case content::HostZoomMap::ZOOM_CHANGED_FOR_SCHEME_AND_HOST:
|
| // These are not stored in preferences and get cleared on next browser
|
|
|