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

Unified Diff: content/renderer/dom_storage/webstoragenamespace_impl.h

Issue 2382973002: Convert WebSecurityOrigin -> GURL without re-parsing the url (Closed)
Patch Set: rebase on #427122 Created 4 years, 2 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
Index: content/renderer/dom_storage/webstoragenamespace_impl.h
diff --git a/content/renderer/dom_storage/webstoragenamespace_impl.h b/content/renderer/dom_storage/webstoragenamespace_impl.h
index d169df54ff9ac5f9d0d8d67c0053403637ba5681..8659c6b5b9b6ea5b0bb7d1a7d70d905e67f63d1d 100644
--- a/content/renderer/dom_storage/webstoragenamespace_impl.h
+++ b/content/renderer/dom_storage/webstoragenamespace_impl.h
@@ -21,7 +21,7 @@ class WebStorageNamespaceImpl : public blink::WebStorageNamespace {
// See WebStorageNamespace.h for documentation on these functions.
blink::WebStorageArea* createStorageArea(
- const blink::WebString& origin) override;
+ const blink::WebSecurityOrigin& origin) override;
virtual blink::WebStorageNamespace* copy();
bool isSameNamespace(const WebStorageNamespace&) const override;
« no previous file with comments | « content/renderer/dom_storage/local_storage_namespace.cc ('k') | content/renderer/dom_storage/webstoragenamespace_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698