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

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

Issue 1373773003: Implement 'window.isSecureContext'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: document. Created 5 years, 3 months 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 0dfdeedd37455145dc8d01240874b9e74a92bd9c..9b59efa200268eaf17bcadbbfcbd7806657de63e 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -76,7 +76,7 @@ public:
BLINK_EXPORT WebURL url() const;
// Note: Security checks should use the securityOrigin(), not url().
BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
- BLINK_EXPORT bool isPrivilegedContext(WebString& errorMessage) const;
+ BLINK_EXPORT bool isSecureContext(WebString& errorMessage) 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