| Index: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
|
| diff --git a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
|
| index eafca521751aa0a7c7432702ef3bab3a8c934db5..45af2ae929d88ddfe595d45444bf227d29e5efae 100644
|
| --- a/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
|
| +++ b/chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.json
|
| @@ -15,15 +15,15 @@
|
| "allowFileAccess": false,
|
| "views": [
|
| {
|
| - "generatedBackgroundPage": false,
|
| - "path": "bar.html",
|
| + "type": "TAB_CONTENTS",
|
| + "url": "chrome-extension://hpiknbiabeeppbpihjehijgoemciehgk/bar.html",
|
| "renderProcessId": 42,
|
| "renderViewId": 88,
|
| "incognito": false
|
| },
|
| {
|
| - "generatedBackgroundPage": false,
|
| - "path": "bar.html",
|
| + "type": "TAB_CONTENTS",
|
| + "url": "chrome-extension://hpiknbiabeeppbpihjehijgoemciehgk/bar.html",
|
| "renderProcessId": 0,
|
| "renderViewId": 0,
|
| "incognito": false
|
|
|