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

Unified Diff: extensions/common/extension_api.cc

Issue 258063008: Revert "Rename experimental.accessibility to accessibilityPrivate" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 8 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
Index: extensions/common/extension_api.cc
diff --git a/extensions/common/extension_api.cc b/extensions/common/extension_api.cc
index f2483b99a0eae781bd868bb9b51c1a721afa0012..39e37ff03e5183c9c5fe2842aca91d5fdc84be41 100644
--- a/extensions/common/extension_api.cc
+++ b/extensions/common/extension_api.cc
@@ -230,8 +230,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
// Schemas to be loaded from resources.
CHECK(unloaded_schemas_.empty());
- RegisterSchemaResource("accessibilityPrivate",
- IDR_EXTENSION_API_JSON_ACCESSIBILITYPRIVATE);
RegisterSchemaResource("app", IDR_EXTENSION_API_JSON_APP);
RegisterSchemaResource("browserAction", IDR_EXTENSION_API_JSON_BROWSERACTION);
RegisterSchemaResource("commands", IDR_EXTENSION_API_JSON_COMMANDS);

Powered by Google App Engine
This is Rietveld 408576698