Index: chrome/common/chrome_content_client_ios.mm |
=================================================================== |
--- chrome/common/chrome_content_client_ios.mm (revision 176042) |
+++ chrome/common/chrome_content_client_ios.mm (working copy) |
@@ -42,6 +42,10 @@ |
// No additional schemes for iOS. |
} |
+bool ChromeContentClient::HasWebUIScheme(const GURL& url) const { |
+ return url.SchemeIs(chrome::kChromeUIScheme); |
+} |
+ |
bool ChromeContentClient::CanHandleWhileSwappedOut( |
const IPC::Message& msg) { |
NOTIMPLEMENTED(); |