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

Unified Diff: third_party/WebKit/public/web/WebDocument.h

Issue 2547753002: [Extensions] Extension Port Ids and Initialization 2.0 (Closed)
Patch Set: rkaplow Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a8ead297fdd2f4b5c045653a230dfa15efc41fcf..3b7793f22d45a136b2465c6d9606d1c637a7b5ba 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(
« no previous file with comments | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698