Chromium Code Reviews| Index: content/browser/resource_context_impl.cc |
| =================================================================== |
| --- content/browser/resource_context_impl.cc (revision 129954) |
| +++ content/browser/resource_context_impl.cc (working copy) |
| @@ -123,6 +123,10 @@ |
| return NULL; |
| } |
| + virtual bool WillHandleProtocol(const std::string& protocol) const { |
| + return protocol == chrome::kChromeUIScheme; |
|
michaeln
2012/03/31 01:30:06
This is needed otherwise 'chrome' urls will be ass
|
| + } |
| + |
| private: |
| AppCacheService* appcache_service_; |
| BlobStorageController* blob_storage_controller_; |