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 e9228e1b4ee5180f988b8a08b5786a082af75e07..a2843d56dafbb4a31e76ff27700e1a2f07e628cd 100644 |
| --- a/content/public/browser/notification_types.h |
| +++ b/content/public/browser/notification_types.h |
| @@ -179,6 +179,8 @@ enum NotificationType { |
| // Custom notifications used by the embedder should start from here. |
| NOTIFICATION_CONTENT_END, |
| + |
| + NOTIFICATION_PRINT_SUBFRAME_BEGIN, |
| }; |
| } // namespace content |