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

Unified Diff: chrome/common/notification_type.h

Issue 6363002: Implement the onBeforeRetarget event of the webNavigation API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests Created 9 years, 11 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: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 2b8219c8542c496ec79545fb760eb7a89dff37fd..3aa3f2673bffaf241fb8a70a8a44c6338cbd2a24 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -149,6 +149,12 @@ class NotificationType {
// are provided.
RESOURCE_RECEIVED_REDIRECT,
+ // A new window is created in response to a request from a renderer. The
+ // source will be a Source<TabContents> corresponding to the tab the
+ // request originates from. Details in the form of a
+ // ViewHostMsg_CreateWindow_Params object are provided.
+ CREATING_NEW_WINDOW,
+
// SSL ---------------------------------------------------------------------
// Updating the SSL security indicators (the lock icon and such) proceeds

Powered by Google App Engine
This is Rietveld 408576698