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

Unified Diff: webkit/glue/glue_util.h

Issue 211013: Introduce WebKit::WebSecurityOrigin as a wrapper around... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/empty_webframeclient.h ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/glue_util.h
===================================================================
--- webkit/glue/glue_util.h (revision 26545)
+++ webkit/glue/glue_util.h (working copy)
@@ -24,6 +24,7 @@
class Range;
class ResourceError;
class ResourceResponse;
+class SecurityOrigin;
class SharedBuffer;
class String;
struct ResourceRequest;
@@ -37,6 +38,7 @@
class WebHistoryItem;
class WebNode;
class WebRange;
+class WebSecurityOrigin;
class WebString;
class WebURL;
class WebURLRequest;
@@ -152,6 +154,10 @@
WTF::PassRefPtr<WebCore::Range> WebRangeToRange(
const WebKit::WebRange&);
+// WebSecurityOrigin <-> SecurityOrigin
+WebKit::WebSecurityOrigin SecurityOriginToWebSecurityOrigin(
+ const WTF::PassRefPtr<WebCore::SecurityOrigin>&);
+
// WebURLError <-> ResourceError
WebKit::WebURLError ResourceErrorToWebURLError(
const WebCore::ResourceError& error);
« no previous file with comments | « webkit/glue/empty_webframeclient.h ('k') | webkit/glue/glue_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698