| 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 c2a2130dc6b54968f12999526bf7c915ad3a22fd..245d46c5691844ed1798e09fe7378013a9780ef6 100644
|
| --- a/apps/shell/browser/shell_extensions_browser_client.h
|
| +++ b/apps/shell/browser/shell_extensions_browser_client.h
|
| @@ -42,6 +42,17 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient {
|
| virtual bool CanExtensionCrossIncognito(
|
| const extensions::Extension* extension,
|
| content::BrowserContext* context) const OVERRIDE;
|
| + virtual net::URLRequestJob* MaybeCreateResourceBundleRequestJob(
|
| + net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| + const base::FilePath& directory_path,
|
| + const std::string& content_security_policy,
|
| + bool send_cors_header) OVERRIDE;
|
| + virtual bool AllowCrossRendererResourceLoad(net::URLRequest* request,
|
| + bool is_incognito,
|
| + const Extension* extension,
|
| + InfoMap* extension_info_map)
|
| + OVERRIDE;
|
| virtual PrefService* GetPrefServiceForContext(
|
| content::BrowserContext* context) OVERRIDE;
|
| virtual void GetEarlyExtensionPrefsObservers(
|
|
|