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

Unified Diff: Source/core/dom/DOMURLUtils.h

Issue 141003005: Old CL related to URL query (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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/core/core.gypi ('k') | Source/core/dom/DOMURLUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMURLUtils.h
diff --git a/Source/core/dom/DOMURLUtils.h b/Source/core/dom/DOMURLUtils.h
index b7b128e893d0ac7880f7e61d3ecc7625e6843d1d..42b2a2c9891b89d0205c4909e331dfb5e317aa29 100644
--- a/Source/core/dom/DOMURLUtils.h
+++ b/Source/core/dom/DOMURLUtils.h
@@ -34,6 +34,7 @@
namespace WebCore {
class KURL;
+class URLQuery;
class DOMURLUtils : public DOMURLUtilsReadOnly {
public:
@@ -51,6 +52,8 @@ public:
static void setPathname(DOMURLUtils*, const String&);
static void setSearch(DOMURLUtils*, const String&);
static void setHash(DOMURLUtils*, const String&);
+
+ static URLQuery* query(DOMURLUtils*);
};
} // namespace WebCore
« no previous file with comments | « Source/core/core.gypi ('k') | Source/core/dom/DOMURLUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698