| Index: chrome/test/data/extensions/api_test/terminal/component_extension/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/terminal/component_extension/manifest.json b/chrome/test/data/extensions/api_test/terminal/component_extension/manifest.json
|
| index 629c551a735679725531f18e6e8346131acfdd81..b21761fefaf4ddece231a02dd1e1ed74c15653ef 100644
|
| --- a/chrome/test/data/extensions/api_test/terminal/component_extension/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/terminal/component_extension/manifest.json
|
| @@ -2,6 +2,7 @@
|
| "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQChptAQ0n4R56N03nWQ1ogR7DVRBjGo80Vw6G9KLjzZv44D8rq5Q5IkeQrtKgWyZfXevlsCe3LaLo18rcz8iZx6lK2xhLdUR+ORjsjuBfdEL5a5cWeRTSxf75AcqndQsmpwMBdrMTCZ8jQNusUI+XlrihLNNJuI5TM4vNINI5bYFQIBIw==",
|
| "name": "chrome.terminalPrivate.apitest",
|
| "version": "0.1",
|
| + "manifest_version": 2,
|
| "description": "end-to-end test for terminalPrivate api. Test opens two crosh processes, starts infinite loop that echos 'aaaa' in both of them and observes output.",
|
| "permissions": ["terminalPrivate"]
|
| }
|
|
|