Chromium Code Reviews| Index: chrome/common/chrome_content_client_ios.mm |
| =================================================================== |
| --- chrome/common/chrome_content_client_ios.mm (revision 179096) |
| +++ chrome/common/chrome_content_client_ios.mm (working copy) |
| @@ -42,10 +42,6 @@ |
| // 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(); |