| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 1 [ | 5 [ |
| 2 { | 6 { |
| 3 "namespace": "chromeAuthPrivate", | 7 "namespace": "chromeAuthPrivate", |
| 4 "nodoc": "true", | 8 "nodoc": "true", |
| 5 "functions": [ | 9 "functions": [ |
| 6 { | 10 { |
| 7 "name": "setCloudPrintCredentials", | 11 "name": "setCloudPrintCredentials", |
| 8 "description": "Sets the login credentials for Cloud Print.", | 12 "description": "Sets the login credentials for Cloud Print.", |
| 9 "type": "function", | 13 "type": "function", |
| 10 "parameters": [ | 14 "parameters": [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 "description": "A string result code. The value is non-empty on
success only in tests.", | 39 "description": "A string result code. The value is non-empty on
success only in tests.", |
| 36 "optional": "true" | 40 "optional": "true" |
| 37 } | 41 } |
| 38 ] | 42 ] |
| 39 } | 43 } |
| 40 ] | 44 ] |
| 41 } | 45 } |
| 42 ] | 46 ] |
| 43 } | 47 } |
| 44 ] | 48 ] |
| OLD | NEW |