Index: chrome/common/extensions/api/experimental.identity.json |
diff --git a/chrome/common/extensions/api/experimental.identity.json b/chrome/common/extensions/api/experimental.identity.json |
deleted file mode 100644 |
index 8aadbf2857f5edcec1c8e324147651d8bd4b21e0..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/api/experimental.identity.json |
+++ /dev/null |
@@ -1,32 +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": "experimental.identity", |
- "nodoc": true, |
- "types": [], |
- "events": [], |
- "functions": [ |
- { |
- "name": "getAuthToken", |
- "type": "function", |
- "description": "Gets an OAuth2 access token as specified by the manifest.", |
- "parameters": [ |
- { |
- "name": "callback", |
- "type": "function", |
- "parameters": [ |
- { |
- "name": "token", |
- "type": "string", |
- "description": "OAuth2 access token as specified by the manifest." |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
-] |