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

Side by Side Diff: chrome/test/data/extensions/api_test/rtc_private/events/manifest.json

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCefVITdQJ4vgVKTcldCJNWOqOLH+HMnU IV8fYkO0yaFzhO467toPQ2XZZIszU0KO41ZRE7p8D0dDnIB8D9a0/btKE3QhQ/eJmcPLcGj1t0oyeaND U/LwmeP1q85Xt9PGCkFYASyynfGhVibxGoAYOIcpZka+/nH/HO1yukGrIK4wIDAQAB",
3 "name": "rtc_private_api_event_handler",
4 "version": "1.0",
5 "manifest_version": 2,
6 "description": "Test that makes sure RTC-related events are properly raised.",
7 "background": { "scripts": ["background.js"] },
8 "permissions": [ "rtcPrivate" ]
9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698