Index: chrome/common/extensions/chrome_extensions_client.h |
diff --git a/chrome/common/extensions/chrome_extensions_client.h b/chrome/common/extensions/chrome_extensions_client.h |
index 2c3aedd05f76f94b0ee0f0a07dc973b35014e229..5daa1edbd109c02cd0600db8df8f6775d7ef9607 100644 |
--- a/chrome/common/extensions/chrome_extensions_client.h |
+++ b/chrome/common/extensions/chrome_extensions_client.h |
@@ -38,7 +38,8 @@ class ChromeExtensionsClient : public ExtensionsClient { |
virtual URLPatternSet GetPermittedChromeSchemeHosts( |
const Extension* extension, |
const APIPermissionSet& api_permissions) const OVERRIDE; |
- |
+ virtual bool IsScriptableURL(const GURL& url, std::string* error) const |
+ OVERRIDE; |
// Get the LazyInstance for ChromeExtensionsClient. |
static ChromeExtensionsClient* GetInstance(); |