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

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

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang Created 7 years, 1 month 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/screenlockPrivate/manifest.json
diff --git a/chrome/test/data/extensions/api_test/screenlockPrivate/manifest.json b/chrome/test/data/extensions/api_test/screenlockPrivate/manifest.json
new file mode 100644
index 0000000000000000000000000000000000000000..d52635b60787de8e17ddbc6ffb2581459267c6ef
--- /dev/null
+++ b/chrome/test/data/extensions/api_test/screenlockPrivate/manifest.json
@@ -0,0 +1,7 @@
+{"name":"screenlockPrivate API test",
+"description":"screenlockPrivate API test",
+"key":"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgY+PzXrnxhllHDH+vqLw8KALKT8DewcI2UjVTlwLnwocQU//wtPOp8aXdGB5cnm5dN4Ow3kmnrvRvdithXlTcWgzi6wp/jvP/5uFPH6LkZzgKoU7o0B1yMGGl9p0Wyxr7UL/U4rA6MpflZdPAcvS5eiHxOXj1oV8m7A8fY7WL5Fte9evtLUyWqrQ6mXsSL759YQJy6TuQeZRGGyxMzSRhoFbTeWCA5x6NqIeeHq04z7ZIbfyscli9N+JetfGyEhPjsFZ9qOK1xN9QGr8MFbJvYIovBxmChkdhr2wkovOvHFMcJlHRO4Cvf4w9yJGmorz35wtyDzbEjmgNXEh2Sh77wIDAQAB",
+"version":"1",
+"manifest_version":2,
+"permissions":["screenlockPrivate"],
+"app":{"background":{"scripts":["test.js"]}}}

Powered by Google App Engine
This is Rietveld 408576698