| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc (revision 113805)
|
| +++ chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc (working copy)
|
| @@ -183,12 +183,8 @@
|
| resource_context.appcache_service());
|
| #endif
|
|
|
| - // TODO(mpcomplete): Leaving disabled for now, since I'm checking this in
|
| - // close to the branch point.
|
| -#if defined(TRANSFER_REDIRECTS_BUG79520)
|
| handler = new TransferNavigationResourceHandler(
|
| handler, resource_dispatcher_host_, request);
|
| -#endif
|
|
|
| return handler;
|
| }
|
|
|