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

Unified Diff: public/web/WebSecurityOrigin.h

Issue 452793002: Export WebSecurityOrigin's secure origin check. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebSecurityOrigin.h
diff --git a/public/web/WebSecurityOrigin.h b/public/web/WebSecurityOrigin.h
index 868d096cec00407b0146514961f8e8ca15da34eb..368060fc3c31c895f45f58bda6f6f877e6f8f47d 100644
--- a/public/web/WebSecurityOrigin.h
+++ b/public/web/WebSecurityOrigin.h
@@ -88,7 +88,7 @@ public:
// cryptographically-authenticated server.
//
// [1] http://www.chromium.org/Home/chromium-security/security-faq#TOC-Which-origins-are-secure-
- bool canAccessFeatureRequiringSecureOrigin(WebString& errorMessage) const;
+ BLINK_EXPORT bool canAccessFeatureRequiringSecureOrigin(WebString& errorMessage) const;
// Returns a string representation of the WebSecurityOrigin. The empty
// WebSecurityOrigin is represented by "null". The representation of a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698