Chromium Code Reviews| Index: net/base/network_delegate.cc |
| =================================================================== |
| --- net/base/network_delegate.cc (revision 147972) |
| +++ net/base/network_delegate.cc (working copy) |
| @@ -127,4 +127,10 @@ |
| return OnBeforeSocketStreamConnect(socket, callback); |
| } |
| +void NetworkDelegate::NotifyCacheWaitStateChange(const URLRequest& request, |
| + CacheWaitState state) { |
| + DCHECK(CalledOnValidThread()); |
| + OnCacheWaitStateChange(request, state); |
| +} |
| + |
| } // namespace net |