| 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 4de2c0a9fd2271043f7a12b1f077b6d4b60923ee..72ef28291110a19c0b5a5b83a3c306c10dd7b539 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -136,12 +136,6 @@ class WebDocument : public WebNode {
|
| // Each call to this method overrides any previous calls.
|
| BLINK_EXPORT void watchCSSSelectors(const WebVector<WebString>& selectors);
|
|
|
| - // These methods are exposed only as a temporary fix for a stable-blocker
|
| - // regression (crbug.com/660706), and should be removed pronto.
|
| - // TODO(devlin): Make it happen!
|
| - BLINK_EXPORT bool unloadStartedDoNotUse() const;
|
| - BLINK_EXPORT bool processingBeforeUnloadDoNotUse() const;
|
| -
|
| BLINK_EXPORT WebVector<WebDraggableRegion> draggableRegions() const;
|
|
|
| BLINK_EXPORT v8::Local<v8::Value> registerEmbedderCustomElement(
|
|
|