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

Unified Diff: chrome/test/data/extensions/ui/create_extension_detail_value_expected_output/good-extension2.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-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

Powered by Google App Engine
This is Rietveld 408576698