| Index: content/public/common/url_utils.h
|
| diff --git a/content/public/common/url_utils.h b/content/public/common/url_utils.h
|
| index 0b67ab809727c8a894690dd6d7da0d0a79743ac4..89ac3212c01896d10af86166ed8e9cc702f30628 100644
|
| --- a/content/public/common/url_utils.h
|
| +++ b/content/public/common/url_utils.h
|
| @@ -11,10 +11,6 @@ class GURL;
|
|
|
| namespace content {
|
|
|
| -// Null terminated list of schemes that are savable. This function can be
|
| -// invoked on any thread.
|
| -CONTENT_EXPORT const char* const* GetSavableSchemes();
|
| -
|
| // Returns true if the url has a scheme for WebUI. See also
|
| // WebUIControllerFactory::UseWebUIForURL in the browser process.
|
| CONTENT_EXPORT bool HasWebUIScheme(const GURL& url);
|
|
|