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

Unified Diff: public/web/WebDocument.h

Issue 246433004: Rename cookieURL to inheritedURL and add inheritedURL() to WebDocument (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: weaken statement about inheritedURL Created 6 years, 8 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 | « 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: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index d17d428e14288b77ed35da72812484f4391d7458..4228ebb98b7f7447d4f1a2dbf255ce038f54484d 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -76,6 +76,7 @@ public:
void assign(const WebDocument& e) { WebNode::assign(e); }
BLINK_EXPORT WebURL url() const;
+ BLINK_EXPORT WebURL inheritedURL() const;
// Note: Security checks should use the securityOrigin(), not url().
BLINK_EXPORT WebSecurityOrigin securityOrigin() const;
« no previous file with comments | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698