Index: webkit/api/public/WebFrame.h |
=================================================================== |
--- webkit/api/public/WebFrame.h (revision 29478) |
+++ webkit/api/public/WebFrame.h (working copy) |
@@ -303,7 +303,11 @@ |
// Returns true if a user gesture is currently being processed. |
virtual bool isProcessingUserGesture() const = 0; |
+ // Returns true if this frame is in the process of opening a new frame |
+ // with a suppressed opener. |
+ virtual bool willSuppressOpenerInNewFrame() const = 0; |
+ |
// Editing ------------------------------------------------------------- |
// Replaces the selection with the given text. |