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

Unified Diff: chrome/test/data/extensions/api_test/permissions/optional/background.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
« no previous file with comments | « chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/permissions/optional/background.js
===================================================================
--- chrome/test/data/extensions/api_test/permissions/optional/background.js (revision 149229)
+++ chrome/test/data/extensions/api_test/permissions/optional/background.js (working copy)
@@ -230,11 +230,11 @@
// Make sure you can only access the white listed permissions.
function whitelist() {
- var error_msg = NOT_WHITE_LISTED_ERROR.replace('*', 'chromeAuthPrivate');
+ var error_msg = NOT_WHITE_LISTED_ERROR.replace('*', 'cloudPrintPrivate');
chrome.permissions.request(
- {permissions: ['chromeAuthPrivate']}, fail(error_msg));
+ {permissions: ['cloudPrintPrivate']}, fail(error_msg));
chrome.permissions.remove(
- {permissions: ['chromeAuthPrivate']}, fail(error_msg));
+ {permissions: ['cloudPrintPrivate']}, fail(error_msg));
},
function unknownPermission() {
« no previous file with comments | « chrome/test/data/extensions/api_test/cloud_print_private/enable_chrome_connector/cloud_print_success_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698