| Index: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
|
| diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
|
| index 43e35cf5c8fb2515cf5c90ea3c6511901559c0ab..2b2d7f6aef57efe43a7fb63e3d3f094dab88cce9 100644
|
| --- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
|
| +++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json
|
| @@ -15,15 +15,15 @@
|
| "allowFileAccess": false,
|
| "views": [
|
| {
|
| - "generatedBackgroundPage": false,
|
| - "path": "bar.html",
|
| + "type": "TAB_CONTENTS",
|
| + "url": "chrome-extension://behllobkkfkfnphdnhnkndlbkcpglgmj/bar.html",
|
| "renderProcessId": 42,
|
| "renderViewId": 88,
|
| "incognito": false
|
| },
|
| {
|
| - "generatedBackgroundPage": false,
|
| - "path": "dog.html",
|
| + "type": "TAB_CONTENTS",
|
| + "url": "chrome-extension://behllobkkfkfnphdnhnkndlbkcpglgmj/dog.html",
|
| "renderProcessId": 0,
|
| "renderViewId": 0,
|
| "incognito": false
|
|
|