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

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

Issue 9839067: Cleanup: Removing obsolete chromePrivate.decodeJPEG API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unittest fix Created 8 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: 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 85714179735299a8db55e05a00b57d184037a352..3a7769c39cf194b0890a5e3ef90c0510f850d90a 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/chrome/common/extensions/api/extension_api.cc
@@ -132,8 +132,6 @@ ExtensionAPI::ExtensionAPI() {
IDR_EXTENSION_API_JSON_CHROMEAUTHPRIVATE);
unloaded_schemas_["chromeosInfoPrivate"] = ReadFromResource(
IDR_EXTENSION_API_JSON_CHROMEOSINFOPRIVATE);
- unloaded_schemas_["chromePrivate"] = ReadFromResource(
- IDR_EXTENSION_API_JSON_CHROMEPRIVATE);
unloaded_schemas_["contentSettings"] = ReadFromResource(
IDR_EXTENSION_API_JSON_CONTENTSETTINGS);
unloaded_schemas_["contextMenus"] = ReadFromResource(
« no previous file with comments | « chrome/common/extensions/api/chromePrivate.json ('k') | chrome/common/extensions/docs/js/api_page_generator.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698