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

Unified Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension1.json

Issue 989813002: [Extensions] Make a chrome.developerPrivate.getExtensionsInfo function (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698