| Index: chrome/browser/browser_about_handler.cc
|
| diff --git a/chrome/browser/browser_about_handler.cc b/chrome/browser/browser_about_handler.cc
|
| index 8ecad6cd93f751b406fb3853377f6c6b0ac30047..2865bbb7d79837bfebc2656fb2be9f5bf2d347ef 100644
|
| --- a/chrome/browser/browser_about_handler.cc
|
| +++ b/chrome/browser/browser_about_handler.cc
|
| @@ -108,7 +108,8 @@ bool WillHandleBrowserAboutURL(GURL* url,
|
| } else if (host == chrome::kChromeUIHelpHost) {
|
| if (base::FeatureList::IsEnabled(
|
| features::kMaterialDesignSettingsFeature)) {
|
| - return true; // Prevent further rewriting - this is a valid URL.
|
| + host = chrome::kChromeUISettingsHost;
|
| + path = chrome::kChromeUIHelpHost;
|
| } else if (::switches::AboutInSettingsEnabled()) {
|
| host = chrome::kChromeUISettingsFrameHost;
|
| if (url->path().empty() || url->path() == "/")
|
|
|