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

Side by Side Diff: chrome/browser/resources/hotword_helper/manifest.json

Issue 587153002: Suppress the exception thrown when responding to message with no response callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo. Created 6 years, 3 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 | « chrome/browser/resources/hotword_helper/manager.js ('k') | chrome/chrome_tests.gypi » ('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 // Extension ID: dnhpdliibojhegemfjheidglijccjfmc 2 // Extension ID: dnhpdliibojhegemfjheidglijccjfmc
3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2 /cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJl FJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB", 3 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDagiQy1VGkO2CHJSjVh7eU5GtuBuOlg2 /cTZt7203AcevqpcDd+65S2/yd9KAELYcU6pK8nHVGYBMI6s0u+0RgXfIJ0eFOlTlgfAQWHvg8ovHtJl FJd1COrOkbntD9+s9Jobr3ldmow87aZF1bVHUY4khVP56cZe6adlVw2wK31QIDAQAB",
4 4
5 "name": "hotword helper", 5 "name": "hotword helper",
6 "version": "0.0.2.0", 6 "version": "0.0.2.0",
7 "manifest_version": 2, 7 "manifest_version": 2,
8 8
9 "background": { 9 "background": {
10 "scripts": ["manager.js"], 10 "scripts": ["manager.js"],
(...skipping 12 matching lines...) Expand all
23 ], 23 ],
24 24
25 "externally_connectable": { 25 "externally_connectable": {
26 "matches": [ 26 "matches": [
27 "*://*.google.com/*", 27 "*://*.google.com/*",
28 "*://*.google.ru/*", 28 "*://*.google.ru/*",
29 "*://*.google.co.uk/*", 29 "*://*.google.co.uk/*",
30 "*://*.google.fr/*", 30 "*://*.google.fr/*",
31 "*://*.google.de/*", 31 "*://*.google.de/*",
32 "chrome://newtab/" 32 "chrome://newtab/"
33 ],
34 "ids": [
35 // Test extension.
36 "cpfhkdbjfdgdebcjlifoldbijinjfifp"
33 ] 37 ]
34 }, 38 },
35 39
36 "minimum_chrome_version": "32" 40 "minimum_chrome_version": "32"
37 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/hotword_helper/manager.js ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698