Index: apps/shell/common/shell_extensions_client.h |
diff --git a/apps/shell/common/shell_extensions_client.h b/apps/shell/common/shell_extensions_client.h |
index 4ccd1a5676ea67f08408f7d80adf73bdc4c2fd87..0ebb3adb21ccff938579b4837678825c0a166fa9 100644 |
--- a/apps/shell/common/shell_extensions_client.h |
+++ b/apps/shell/common/shell_extensions_client.h |
@@ -41,6 +41,8 @@ class ShellExtensionsClient : public extensions::ExtensionsClient { |
virtual bool IsAPISchemaGenerated(const std::string& name) const OVERRIDE; |
virtual base::StringPiece GetAPISchema(const std::string& name) const |
OVERRIDE; |
+ virtual void RegisterAPISchemaResources( |
+ extensions::ExtensionAPI* api) const OVERRIDE; |
virtual bool ShouldSuppressFatalErrors() const OVERRIDE; |
private: |