| Index: chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js (revision 0)
|
| +++ chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js (working copy)
|
| @@ -7,7 +7,7 @@
|
| var userEmail = 'foo@gmail.com';
|
| var robotEmail = 'foorobot@googleusercontent.com';
|
| var credentials = '1/23546efa54';
|
| - chrome.chromeAuthPrivate.setCloudPrintCredentials(
|
| + chrome.cloudPrintPrivate.setCredentials(
|
| userEmail, robotEmail, credentials,
|
| chrome.test.callbackPass(function(result) {
|
| // In test mode, we expect the API to reflect the arguments back to
|
|
|