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

Unified Diff: extensions/test/data/media_perception_private/media_perception/manifest.json

Issue 2858353002: MediaPerceptionPrivate API impl and testing. (Closed)
Patch Set: Added media_perception_proto as direct dependency of test targets. Created 3 years, 7 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: extensions/test/data/media_perception_private/media_perception/manifest.json
diff --git a/extensions/test/data/media_perception_private/media_perception/manifest.json b/extensions/test/data/media_perception_private/media_perception/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..0e423b499b00e1b2a2f1db1216a49b4234b379cc
--- /dev/null
+++ b/extensions/test/data/media_perception_private/media_perception/manifest.json
@@ -0,0 +1,16 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+{
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
+ "manifest_version": 2,
+ "name": "Test mediaPerceptionPrivate API's MediaPerceptionDetection event listener",
+ "version": "1.0",
+ "app": {
+ "background": {
+ "scripts": ["runtest.js"]
+ }
+ },
+ "permissions": ["mediaPerceptionPrivate"],
+ "kiosk_enabled": true
+}

Powered by Google App Engine
This is Rietveld 408576698