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

Side by Side Diff: remoting/host/it2me/com.google.chrome.remote_assistance.json.jinja2

Issue 591463003: Remote Assistance on Chrome OS Part III - NativeMessageHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_messaging
Patch Set: Fix NativeMessagingBasic test on Release builds Created 6 years, 2 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
« no previous file with comments | « extensions/extensions.gyp ('k') | remoting/host/it2me/it2me_native_messaging_host.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "com.google.chrome.remote_assistance", 2 "name": "com.google.chrome.remote_assistance",
3 "description": "{{ IT2ME_HOST_DESCRIPTION }}", 3 "description": "{{ IT2ME_HOST_DESCRIPTION }}",
4 "type": "stdio", 4 "type": "stdio",
5 "path": "{{ IT2ME_HOST_PATH }}", 5 "path": "{{ IT2ME_HOST_PATH }}",
6 // If you modify the list of allowed_origins, don't forget to update
7 // chrome/browser/extensions/messaging/native_message_host_chromeos.cc
8 // to keep the two lists in sync.
6 "allowed_origins": [ 9 "allowed_origins": [
7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/", 10 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/",
8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/", 11 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/",
9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/", 12 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/",
10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/", 13 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/",
11 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/", 14 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/",
12 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/", 15 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/",
13 "chrome-extension://hmboipgjngjoiaeicfdifdoeacilalgc/" 16 "chrome-extension://hmboipgjngjoiaeicfdifdoeacilalgc/"
14 ] 17 ]
15 } 18 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | remoting/host/it2me/it2me_native_messaging_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698