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

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

Issue 637463002: Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.
9 "allowed_origins": [ 6 "allowed_origins": [
10 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/", 7 "chrome-extension://ljacajndfccfgnfohlgkdphmbnpkjflk/",
11 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/", 8 "chrome-extension://gbchcmhmhahfdphkhkmpfmihenigjmpp/",
12 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/", 9 "chrome-extension://kgngmbheleoaphbjbaiobfdepmghbfah/",
13 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/", 10 "chrome-extension://odkaodonbgfohohmklejpjiejmcipmib/",
14 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/", 11 "chrome-extension://dokpleeekgeeiehdhmdkeimnkmoifgdd/",
15 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/", 12 "chrome-extension://ajoainacpilcemgiakehflpbkbfipojk/",
16 "chrome-extension://hmboipgjngjoiaeicfdifdoeacilalgc/" 13 "chrome-extension://hmboipgjngjoiaeicfdifdoeacilalgc/"
17 ] 14 ]
18 } 15 }
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