Index: chrome/common/extensions/api/chromeAuthPrivate.json |
diff --git a/chrome/common/extensions/api/chromeAuthPrivate.json b/chrome/common/extensions/api/chromeAuthPrivate.json |
deleted file mode 100644 |
index 9f29fe7f67981d6c9408f54eb76646a61529328a..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/api/chromeAuthPrivate.json |
+++ /dev/null |
@@ -1,48 +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": "chromeAuthPrivate", |
- "nodoc": "true", |
- "functions": [ |
- { |
- "name": "setCloudPrintCredentials", |
- "description": "Sets the login credentials for Cloud Print.", |
- "type": "function", |
- "parameters": [ |
- { |
- "name": "userEmail", |
- "type": "string", |
- "description": "The email address of the user." |
- }, |
- { |
- "name": "robotEmail", |
- "type": "string", |
- "description": "The email address of the robot account." |
- }, |
- { |
- "name": "credentials", |
- "type": "string", |
- "description": "The login credentials(OAuth2 Auth code)." |
- }, |
- { |
- "name": "callback", |
- "type": "function", |
- "description": "Called when a failure happens. Called upon success only in tests.", |
- "optional": "true", |
- "parameters": [ |
- { |
- "name": "result", |
- "type": "string", |
- "description": "A string result code. The value is non-empty on success only in tests.", |
- "optional": "true" |
- } |
- ] |
- } |
- ] |
- } |
- ] |
- } |
-] |