| Index: content/public/browser/notification_types.h
|
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
|
| index 8fed5742eeef649dd624f47375e84d6895ee895e..9c34db94c99ee284404d5b4055c4a6d007bbedd2 100644
|
| --- a/content/public/browser/notification_types.h
|
| +++ b/content/public/browser/notification_types.h
|
| @@ -354,11 +354,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,
|
| };
|
|
|