Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: apps/shell/common/shell_extensions_client.cc

Issue 296133011: Move extension API schema registration to ExtensionsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ifdefs =( Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/shell/common/shell_extensions_client.h ('k') | chrome/common/extensions/chrome_extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/common/shell_extensions_client.cc
diff --git a/apps/shell/common/shell_extensions_client.cc b/apps/shell/common/shell_extensions_client.cc
index 2dac9e121f96f5f3cf03e46c44e5803237573389..cc2f055762b6cd7c08ecf3489361376bae8f035b 100644
--- a/apps/shell/common/shell_extensions_client.cc
+++ b/apps/shell/common/shell_extensions_client.cc
@@ -207,6 +207,10 @@ base::StringPiece ShellExtensionsClient::GetAPISchema(
return extensions::core_api::GeneratedSchemas::Get(name);
}
+void ShellExtensionsClient::RegisterAPISchemaResources(
+ extensions::ExtensionAPI* api) const {
+}
+
bool ShellExtensionsClient::ShouldSuppressFatalErrors() const { return true; }
} // namespace apps
« no previous file with comments | « apps/shell/common/shell_extensions_client.h ('k') | chrome/common/extensions/chrome_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698