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

Unified Diff: chrome/test/data/extensions/tray_cast/manifest.json

Issue 1287023010: Browser tests for the ChromeOS chromecast system tray item. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: New code for private API Created 5 years, 4 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/tray_cast/manifest.json
diff --git a/chrome/test/data/extensions/tray_cast/manifest.json b/chrome/test/data/extensions/tray_cast/manifest.json
index 1c3bdbb3294bf2508348264a6c804237bba78869..078d2dac537e8924ec38e8e89b708c3b1a9583e7 100644
--- a/chrome/test/data/extensions/tray_cast/manifest.json
+++ b/chrome/test/data/extensions/tray_cast/manifest.json
@@ -5,6 +5,9 @@
"background": {
"scripts": ["background.js"]
},
+ "permissions": [
+ "cast"
+ ],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwjUQp4bsqVWjak86Ha5eFFl2c5h9lgqvx7K6Bv30zJTdGw4REIvi5FcS/atdlfP/GzOGufPPKEIH2536KvQP/6o4e0jyK7kT5XUoO8K/CRy+hbu5Xyq61AT3kYEEvN6fgtuu41RDJl20AcBcmBRbeJTKhJcFYJKrZHK73KC53O9uP+fLbsMp7eHwYjirZ1kYUSWlcI+piD4eVSGGcbt0bG8ZSTuOOcFASSiKuWNU7NS/Zl1/esV04XbcS2C9Fsp8HI5FvJWSWEsNRvrWxQn+wvg8YfUKzHUiBr8WVGVUHM7KSO7m3rMl3JM6Be31DMhXMAsc41RRvNjAZpK+DLuP2wIDAQAB",
"manifest_version": 2,
"version": "0.1"

Powered by Google App Engine
This is Rietveld 408576698