| Index: url/url_util.h
|
| diff --git a/url/url_util.h b/url/url_util.h
|
| index 44948190e3c49e834622bd94dc368f58eac7f232..9f17dcf06f95ddaba69b0252326ab8eb693477ee 100644
|
| --- a/url/url_util.h
|
| +++ b/url/url_util.h
|
| @@ -35,6 +35,13 @@ URL_EXPORT void Initialize();
|
| // library.
|
| URL_EXPORT void Shutdown();
|
|
|
| +// Enables certain URL processing to work in a manner more like how KURL would
|
| +// have worked in classic (pre-blink) WebKit. This is only required for Android
|
| +// WebView compatibility.
|
| +// This should only be configured during initialization; subsequent calls are
|
| +// only permitted for testing.
|
| +URL_EXPORT void SetKURLCompatMode(bool enable);
|
| +
|
| // Schemes --------------------------------------------------------------------
|
|
|
| // Adds an application-defined scheme to the internal list of "standard" URL
|
|
|