| Index: apps/shell/browser/shell_extensions_browser_client.h
|
| diff --git a/apps/shell/browser/shell_extensions_browser_client.h b/apps/shell/browser/shell_extensions_browser_client.h
|
| index 2013c6d741b9b168fdf2594657683d958b4ec5ba..a2fecaf72d1f8f389a689dd0314f4f7f4823ccac 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -77,6 +77,7 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| content::BrowserContext* context) const OVERRIDE;
|
| virtual ComponentExtensionResourceManager*
|
| GetComponentExtensionResourceManager() OVERRIDE;
|
| + virtual net::NetLog* GetNetLog() OVERRIDE;
|
|
|
| private:
|
| // The single BrowserContext for app_shell. Not owned.
|
|
|