Chromium Code Reviews| Index: content/public/browser/notification_types.h |
| diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h |
| index a1122503301bea28ecd535a300a7ed0dc6252074..b0d03dcdac1f8ef304eed3bd76df09a623573e92 100644 |
| --- a/content/public/browser/notification_types.h |
| +++ b/content/public/browser/notification_types.h |
| @@ -368,6 +368,12 @@ enum NotificationType { |
| // of a temporary zoom level change, the details is an empty string. |
| NOTIFICATION_ZOOM_LEVEL_CHANGED, |
| + // Browser Plugin ---------------------------------------------------------- |
| + |
| + NOTIFICATION_BROWSER_PLUGIN_GUEST_CRASHED, |
| + |
| + NOTIFICATION_BROWSER_PLUGIN_UPDATE_RECT, |
|
jam
2012/08/13 21:35:35
please try to find a way to do these tests without
|
| + |
| // Custom notifications used by the embedder should start from here. |
| NOTIFICATION_CONTENT_END, |
| }; |