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

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

Issue 3210007: Add support for a "split" incognito behavior for extensions. (Closed)
Patch Set: latest Created 10 years, 4 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 32329306a4d854d61b5446984a90efd5d9e1279b..f9d97ffa24b8d90461f66a3134b6c490383842eb 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
@@ -25,12 +25,14 @@
{
"path": "bar.html",
"renderProcessId": 42,
- "renderViewId": 88
+ "renderViewId": 88,
+ "incognito": false
},
{
"path": "dog.html",
"renderProcessId": 0,
- "renderViewId": 0
+ "renderViewId": 0,
+ "incognito": false
}
],
"hasPopupAction": false,

Powered by Google App Engine
This is Rietveld 408576698