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

Unified Diff: chrome/test/data/extensions/api_test/management/test/basics.js

Issue 404823009: Removing the * from hosts and adding the words 'all' and 'site'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing a failing test Created 6 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 | « no previous file | extensions/common/permissions/permission_message_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/management/test/basics.js
diff --git a/chrome/test/data/extensions/api_test/management/test/basics.js b/chrome/test/data/extensions/api_test/management/test/basics.js
index a59ea3c30d9e633d779a58da4b0c78575cc79ecb..e4ffa22a0838f9af1ee83ca3208525e507f8ae10 100644
--- a/chrome/test/data/extensions/api_test/management/test/basics.js
+++ b/chrome/test/data/extensions/api_test/management/test/basics.js
@@ -110,7 +110,7 @@ var tests = [
// Warning for "tabs" is suppressed by "history" permission.
chrome.test.assertEq(4, warnings.length);
chrome.test.assertEq(
- "Read and modify your data on *.flickr.com and api.flickr.com",
+ "Read and modify your data on all flickr.com sites and api.flickr.com",
warnings[0]);
chrome.test.assertEq("Read and change your bookmarks", warnings[1]);
chrome.test.assertEq("Detect your physical location", warnings[2]);
« no previous file with comments | « no previous file | extensions/common/permissions/permission_message_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698