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

Unified Diff: chrome/test/data/extensions/api_test/systeminfo/display/manifest.json

Issue 11882009: Multi-monitor extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to 179043. Created 7 years, 11 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/systeminfo/display/manifest.json
diff --git a/chrome/test/data/extensions/api_test/systeminfo/display/manifest.json b/chrome/test/data/extensions/api_test/systeminfo/display/manifest.json
index effc1a9a9e0a7f429a4bbefadca7a3b4ea1919e0..542134d6b3a8d157ee0a80e4fe515a10801ab67b 100644
--- a/chrome/test/data/extensions/api_test/systeminfo/display/manifest.json
+++ b/chrome/test/data/extensions/api_test/systeminfo/display/manifest.json
@@ -1,8 +1,8 @@
{
"name": "displayinfo",
"version": "1.0",
- "description": "Test systeminfo.display API",
- "permissions": ["experimental"],
+ "description": "Test systemInfo.display API",
+ "permissions": ["systemInfo.display"],
"app": {
"background": {
"scripts": ["test_display_api.js"]

Powered by Google App Engine
This is Rietveld 408576698