| Index: content/shell/shell_resource_context.h
|
| diff --git a/content/shell/shell_resource_context.h b/content/shell/shell_resource_context.h
|
| index 046b89a0c8c88d6c9d4a6fa7c3e3594cfbf9cf12..7dfff8d41553aaaf0460ed2adf10e2f8b97e86f0 100644
|
| --- a/content/shell/shell_resource_context.h
|
| +++ b/content/shell/shell_resource_context.h
|
| @@ -18,6 +18,8 @@ class ShellResourceContext : public ResourceContext {
|
| explicit ShellResourceContext(ShellURLRequestContextGetter* getter);
|
| virtual ~ShellResourceContext();
|
|
|
| + void StartTearDown();
|
| +
|
| private:
|
| // ResourceContext implementation:
|
| virtual net::HostResolver* GetHostResolver() OVERRIDE;
|
|
|