diff options
Diffstat (limited to 'webkit/glue/window_open_disposition.h')
-rw-r--r-- | webkit/glue/window_open_disposition.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/glue/window_open_disposition.h b/webkit/glue/window_open_disposition.h index c9bfa0a..06bda03 100644 --- a/webkit/glue/window_open_disposition.h +++ b/webkit/glue/window_open_disposition.h @@ -8,6 +8,7 @@ #include "third_party/WebKit/Source/WebKit/chromium/public/WebNavigationPolicy.h" enum WindowOpenDisposition { + UNKNOWN, SUPPRESS_OPEN, CURRENT_TAB, // Indicates that only one tab with the url should exist in the same window. |