Chromium Code Reviews| Index: trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc |
| =================================================================== |
| --- trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc (revision 188924) |
| +++ trunk/src/chrome/browser/custom_handlers/protocol_handler_registry_unittest.cc (working copy) |
| @@ -73,9 +73,6 @@ |
| virtual bool IsHandledURL(const GURL& url) const OVERRIDE { |
| return false; |
| } |
| - virtual bool IsSafeRedirectTarget(const GURL& location) const OVERRIDE { |
| - return true; |
| - } |
| }; |
| void AssertWillHandleIO( |