| Index: content/shell/shell_network_delegate.cc
|
| diff --git a/content/shell/shell_network_delegate.cc b/content/shell/shell_network_delegate.cc
|
| index 1faa68d89727e0a781feb298bd3af1ef3d45e162..66f66007e2f47c076be68cf2506e0346f93771b7 100644
|
| --- a/content/shell/shell_network_delegate.cc
|
| +++ b/content/shell/shell_network_delegate.cc
|
| @@ -86,4 +86,9 @@ bool ShellNetworkDelegate::OnCanAccessFile(const net::URLRequest& request,
|
| return true;
|
| }
|
|
|
| +bool ShellNetworkDelegate::OnCanThrottleRequest(
|
| + const net::URLRequest& request) const {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|