Chromium Code Reviews| Index: chrome/browser/profiles/profile_io_data.cc |
| =================================================================== |
| --- chrome/browser/profiles/profile_io_data.cc (revision 124423) |
| +++ chrome/browser/profiles/profile_io_data.cc (working copy) |
| @@ -147,6 +147,7 @@ |
| DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryInterceptor); |
| }; |
| +// TODO(darin): Move this class to src/content |
| class ChromeBlobProtocolHandler : public webkit_blob::BlobProtocolHandler { |
| public: |
| ChromeBlobProtocolHandler( |