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

Unified Diff: third_party/WebKit/Source/web/WebDocument.cpp

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 | « extensions/renderer/messaging_bindings.cc ('k') | third_party/WebKit/public/web/WebDocument.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/WebDocument.cpp
diff --git a/third_party/WebKit/Source/web/WebDocument.cpp b/third_party/WebKit/Source/web/WebDocument.cpp
index 1ae80b7db034e86429ce5d89a396db0cf1e260c1..78d64db8292d6e5eafae1f76a50bb42706997f4a 100644
--- a/third_party/WebKit/Source/web/WebDocument.cpp
+++ b/third_party/WebKit/Source/web/WebDocument.cpp
@@ -206,14 +206,6 @@ void WebDocument::watchCSSSelectors(const WebVector<WebString>& webSelectors) {
CSSSelectorWatch::from(*document).watchCSSSelectors(selectors);
}
-bool WebDocument::unloadStartedDoNotUse() const {
- return constUnwrap<Document>()->unloadStarted();
-}
-
-bool WebDocument::processingBeforeUnloadDoNotUse() const {
- return constUnwrap<Document>()->processingBeforeUnload();
-}
-
WebReferrerPolicy WebDocument::getReferrerPolicy() const {
return static_cast<WebReferrerPolicy>(
constUnwrap<Document>()->getReferrerPolicy());
« no previous file with comments | « extensions/renderer/messaging_bindings.cc ('k') | third_party/WebKit/public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698