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

Unified Diff: chrome/test/data/extensions/api_test/settings/managed_storage_events/manifest.json

Issue 10807086: Trigger chrome.storage.onChanged events for policy updates on the 'managed' namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, addressed comments, fixed ManagedStorageDisabled test 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/settings/managed_storage_events/background.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/settings/managed_storage_events/manifest.json
diff --git a/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json b/chrome/test/data/extensions/api_test/settings/managed_storage_events/manifest.json
similarity index 75%
copy from chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
copy to chrome/test/data/extensions/api_test/settings/managed_storage_events/manifest.json
index 19c4c5519e29682ccd8f8f516b064759f5a7edef..ff405878439686df633700c5289ab0e00ed2eace 100644
--- a/chrome/test/data/extensions/api_test/settings/managed_storage/manifest.json
+++ b/chrome/test/data/extensions/api_test/settings/managed_storage_events/manifest.json
@@ -1,9 +1,9 @@
{
- "name": "managed storage tests",
+ "name": "managed storage event tests",
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDkprt3BRSqoikAhSygI6VUzDLt18cKODYmkaa/dwPp4dboyz93RSB+v76grbqsNWrJjkrEwRD3QFeBYBq7h27XAMV4X5XvWjmWQBkRTBQyQI8cZd7M9dgfKrI3EqX9OJvd/wTJkC0dgF47nwWRa/Tvwl7Y66GwEEUjpn2MTv4klwIDAQAB",
"version": "1.0",
"manifest_version": 2,
- "description": "Tests that the 'managed' namespace of the Storage API works.",
+ "description": "Tests events on the 'managed' namespace of the Storage API.",
"permissions": ["storage"],
"background": {
"scripts": ["background.js"]
« no previous file with comments | « chrome/test/data/extensions/api_test/settings/managed_storage_events/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698