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

Unified Diff: chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js

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/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

Powered by Google App Engine
This is Rietveld 408576698