| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 281a960cd0d3c84049744753461d608a6a3d79f9..576894e483fb4be499efde1b4d1dae14a296b485 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -357,11 +357,6 @@ enum NotificationType {
|
| // The source is a NavigationController.
|
| NOTIFICATION_REPOST_WARNING_SHOWN,
|
|
|
| - // Sent when the zoom level changes. The source is the HostZoomMap. The
|
| - // details is a string of the hostname for which the zoom changed. In case
|
| - // of a temporary zoom level change, the details is an empty string.
|
| - NOTIFICATION_ZOOM_LEVEL_CHANGED,
|
| -
|
| // Custom notifications used by the embedder should start from here.
|
| NOTIFICATION_CONTENT_END,
|
| };
|
|
|