Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(626)

Unified Diff: content/public/browser/notification_types.h

Issue 2653963002: [Experimental] Supporting OOPIF printing
Patch Set: Rename service, fix for webview, and connect to DiscardableMemoryManager Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/print_subframe_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/public/browser/print_subframe_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698