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

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

Issue 10690177: Renamed chrome_auth to cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/chrome_auth_private.json
===================================================================
--- chrome/common/extensions/api/chrome_auth_private.json (revision 149229)
+++ chrome/common/extensions/api/chrome_auth_private.json (working copy)
@@ -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"
- }
- ]
- }
- ]
- }
- ]
- }
-]
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/cloud_print_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698