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

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

Issue 12281003: Remove extension process side of chrome.devtools API, it's obsolete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | 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/devtools.json
diff --git a/chrome/common/extensions/api/devtools.json b/chrome/common/extensions/api/devtools.json
deleted file mode 100644
index 4a6d9df965b52f2d8da679a3220aa21f08e83312..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/api/devtools.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": "devtools",
- "nodoc": "true",
- "types": [],
- "functions": [
- {
- "name": "getTabEvents",
- "type": "function",
- "description": "Experimental support for timeline API",
- "nodoc": "true",
- "parameters": [
- {
- "name": "tab_id",
- "type": "integer"
- }
- ],
- "returns": {
- "type": "object",
- "additionalProperties": { "type": "any" },
- "description": "DevTools tab events object"
- }
- }
- ]
- }
-]
« no previous file with comments | « no previous file | chrome/common/extensions/api/extension_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698