| Index: third_party/WebKit/public/web/WebDocument.h
|
| diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
|
| index 72ef28291110a19c0b5a5b83a3c306c10dd7b539..91de33b306dcaa7c5e12614f3e8cb1604fe583f1 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -136,6 +136,9 @@ class WebDocument : public WebNode {
|
| // Each call to this method overrides any previous calls.
|
| BLINK_EXPORT void watchCSSSelectors(const WebVector<WebString>& selectors);
|
|
|
| + BLINK_EXPORT bool unloadStarted() const;
|
| + BLINK_EXPORT bool processingBeforeUnload() const;
|
| +
|
| BLINK_EXPORT WebVector<WebDraggableRegion> draggableRegions() const;
|
|
|
| BLINK_EXPORT v8::Local<v8::Value> registerEmbedderCustomElement(
|
|
|