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

Unified Diff: url/url_util.h

Issue 2686853004: Move IsAboutBlank from url_utils to GURL (Closed)
Patch Set: Addressed nit Created 3 years, 10 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 | « url/gurl_unittest.cc ('k') | url/url_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/url_util.h
diff --git a/url/url_util.h b/url/url_util.h
index 08d660890dddff5ae7e57c37d212c19657d5f489..d0a8f22b6ff9621479d6208d0c92abf6689695f0 100644
--- a/url/url_util.h
+++ b/url/url_util.h
@@ -15,8 +15,6 @@
#include "url/url_constants.h"
#include "url/url_export.h"
-class GURL;
-
namespace url {
// Init ------------------------------------------------------------------------
@@ -168,10 +166,6 @@ URL_EXPORT bool GetStandardSchemeType(const char* spec,
const Component& scheme,
SchemeType* type);
-// Check whether the url is of the form about:blank, about:blank?foo or
-// about:blank/#foo.
-URL_EXPORT bool IsAboutBlank(const GURL& url);
-
// Hosts ----------------------------------------------------------------------
// Returns true if the |canonicalized_host| matches or is in the same domain as
« no previous file with comments | « url/gurl_unittest.cc ('k') | url/url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698