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

Unified Diff: chrome/common/extensions/chrome_extensions_client.cc

Issue 2266673002: [Extensions] Remove mechanism for non-generated schemas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lazyboys Created 4 years, 4 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 | « chrome/common/extensions/chrome_extensions_client.h ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/chrome_extensions_client.cc
diff --git a/chrome/common/extensions/chrome_extensions_client.cc b/chrome/common/extensions/chrome_extensions_client.cc
index 3cfae5d2f21d24eccbede71c7c7f148364439f3d..cac199693479b2da7d9c054ef3ea77d6296e3de6 100644
--- a/chrome/common/extensions/chrome_extensions_client.cc
+++ b/chrome/common/extensions/chrome_extensions_client.cc
@@ -252,10 +252,6 @@ base::StringPiece ChromeExtensionsClient::GetAPISchema(
return api::GeneratedSchemas::Get(name);
}
-void ChromeExtensionsClient::RegisterAPISchemaResources(
- ExtensionAPI* api) const {
-}
-
bool ChromeExtensionsClient::ShouldSuppressFatalErrors() const {
// Suppress fatal everywhere until the cause of bugs like http://crbug/471599
// are fixed. This would typically be:
« no previous file with comments | « chrome/common/extensions/chrome_extensions_client.h ('k') | extensions/common/extension_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698