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

Unified Diff: extensions/common/extension_api.cc

Issue 106973003: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix failing tests Created 6 years, 9 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 002bbb319f1869d107fc001d45bf57b08bae464a..2a855a83734abcaa84c07f131252f72de6917c7e 100644
--- a/extensions/common/extension_api.cc
+++ b/extensions/common/extension_api.cc
@@ -230,6 +230,8 @@ 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