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

Side by Side Diff: chrome/test/data/extensions/api_test/quick_unlock_private/apiTests/manifest.json

Issue 1968083004: Implement the private API for quick unlock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Address comments Created 4 years, 6 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
OLDNEW
(Empty)
1 {
2 "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Iar7xE6Omh+zgpT5C9wVEJitt TSjYQwCSwdBcjGryloBLfB0IGzzTHpty3i7vpXpy95StN88D9vTUoo7lFEa+iyNsrJl9+QIxbVF0VpZ7 gJwpItW36rCFWxJuO8D8OqaTlxqfFnKkste7LRyXugSxEi2EK5sQdm8ZlJ48Rgr3d+K8JzNK5S3uKhft Zl9dnkXKd7FJXnODsmhTVMpmjVJzBnSgIwLh+p37NfZfyZP4qfyc0MFUiqLwBevJveZ/AkxgovGQxdru Bz0vnxMdFd908m4iTbFRiAm9n53Br2kFf0isl+OmNd0V74Cu6fMAW2xZO8MBmj+UaaGGwWyZy0NwIDAQ AB",
3 "name": "quickUnlockPrivate.checkPassword test",
4 "version": "0.1",
5 "manifest_version": 2,
6 "description": "Checks that the password functionality works",
7 "background": {
8 "scripts": ["background.js"]
9 },
10 "permissions": [ "quickUnlockPrivate" ]
11 }
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698