Chromium Code Reviews| Index: content/public/common/content_client.cc |
| =================================================================== |
| --- content/public/common/content_client.cc (revision 175970) |
| +++ content/public/common/content_client.cc (working copy) |
| @@ -52,10 +52,6 @@ |
| ContentClient::~ContentClient() { |
| } |
| -bool ContentClient::HasWebUIScheme(const GURL& url) const { |
| - return false; |
| -} |
| - |
| bool ContentClient::CanHandleWhileSwappedOut(const IPC::Message& message) { |
| return false; |
| } |