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

Unified Diff: chrome/common/extensions/api/chromePrivate.json

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
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/chromePrivate.json
diff --git a/chrome/common/extensions/api/chromePrivate.json b/chrome/common/extensions/api/chromePrivate.json
deleted file mode 100644
index d5b41686d76eee467f92c6d8b636b35579fdea21..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/chromePrivate.json
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-[
- {
- "namespace": "chromePrivate",
- "nodoc": "true",
- "functions": [
- {
- "name": "decodeJPEG",
- "description": "Decodes JPEG image array to raw bitmap array",
- "parameters": [
- {
- "name": "jpeg_image",
- "type": "array",
- "optional": false,
- "description": "The JPEG image bytes array",
- "items": {"type": "number"}
- }
- ],
- "returns": {
- "type": "array",
- "description": "Decoded bitmap RGB array formatted as (B | G << 8 | R << 16)",
- "items": {"type": "number"}
- }
- }
- ]
- }
-]
« no previous file with comments | « chrome/common/common_resources.grd ('k') | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698