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

Unified Diff: chrome/common/extensions/api/extension_api.cc

Issue 10800083: retry r147895 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix weird non-ascii byte in idl Created 8 years, 5 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: chrome/common/extensions/api/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/chrome/common/extensions/api/extension_api.cc
index 8b1fb0dd313f5c5bbe441adb599d0c466bf7cc29..956c8e8cfb63de8276cba9fdb7787d281f439d53 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -379,8 +379,6 @@ void ExtensionAPI::InitDefaultConfiguration() {
IDR_EXTENSION_API_JSON_EXPERIMENTAL_INPUT_VIRTUALKEYBOARD));
RegisterSchema("experimental.keybinding", ReadFromResource(
IDR_EXTENSION_API_JSON_EXPERIMENTAL_KEYBINDING));
- RegisterSchema("experimental.mediaGalleries", ReadFromResource(
- IDR_EXTENSION_API_JSON_EXPERIMENTAL_MEDIAGALLERIES));
RegisterSchema("experimental.offscreenTabs", ReadFromResource(
IDR_EXTENSION_API_JSON_EXPERIMENTAL_OFFSCREENTABS));
RegisterSchema("experimental.processes", ReadFromResource(

Powered by Google App Engine
This is Rietveld 408576698