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 67e937d7081673484accda40628043fb63fa5564..e360370fbd26a8756a71c1d01435c4b106db7934 100644 |
--- a/apps/shell/browser/shell_extensions_browser_client.h |
+++ b/apps/shell/browser/shell_extensions_browser_client.h |
@@ -75,6 +75,10 @@ class ShellExtensionsBrowserClient : public ExtensionsBrowserClient { |
ExtensionFunctionRegistry* registry) const OVERRIDE; |
virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate( |
content::BrowserContext* context) const OVERRIDE; |
+ virtual bool IsComponentExtensionResource( |
+ const base::FilePath& extension_path, |
+ const base::FilePath& resource_path, |
+ int* resource_id) const OVERRIDE; |
private: |
// The single BrowserContext for app_shell. Not owned. |