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

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

Issue 196283013: Make to call WebContentsImpl::RenderViewCreated() when we create child window. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 8 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
Index: content/public/browser/notification_types.h
===================================================================
--- content/public/browser/notification_types.h (revision 256801)
+++ content/public/browser/notification_types.h (working copy)
@@ -214,6 +214,10 @@
// the RenderViewHost, and the details is a DomOperationNotificationDetails.
NOTIFICATION_DOM_OPERATION_RESPONSE,
+ // A WebContents was created for a child window. The source is WebContents
+ // for parent window, and the details is a WebContents for new child window
+ NOTIFICATION_WEB_CONTENTS_CREATE_NEW_WINDOW,
+
// Custom notifications used by the embedder should start from here.
NOTIFICATION_CONTENT_END,
};

Powered by Google App Engine
This is Rietveld 408576698