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

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: updates 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 ffbe5b431a7672b1b0f1627ecf2cfe8a4d56edec..54f2a36cd234b6b55c7e2549a8d919b6a8132b60 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