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

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

Issue 2567173002: Clean up Document::isSecureContext (Closed)
Patch Set: 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') | no next file » | 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 4c7243044d24b7ab8e57f32d02f0b8dbe2e6ddf9..486e11ce89db1f71cd57620841aa04be6aab420c 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -72,7 +72,7 @@ class WebDocument : public WebNode {
BLINK_EXPORT WebURL url() const;
// Note: Security checks should use the getSecurityOrigin(), not url().
BLINK_EXPORT WebSecurityOrigin getSecurityOrigin() const;
- BLINK_EXPORT bool isSecureContext(WebString& errorMessage) const;
+ BLINK_EXPORT bool isSecureContext() const;
BLINK_EXPORT WebString encoding() const;
BLINK_EXPORT WebString contentLanguage() const;
« no previous file with comments | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698