 Chromium Code Reviews
 Chromium Code Reviews Issue 378783002:
  Initial implementation of the <extensionoptions> GuestView tag  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 378783002:
  Initial implementation of the <extensionoptions> GuestView tag  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/common/extensions/api/_permission_features.json | 
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json | 
| index fe877932c5f040cc475c0d6e884eabbfd356a00c..d24d2878e2e92c63c928f44178814f035e4c47c9 100644 | 
| --- a/chrome/common/extensions/api/_permission_features.json | 
| +++ b/chrome/common/extensions/api/_permission_features.json | 
| @@ -409,6 +409,10 @@ | 
| "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 
| ] | 
| }, | 
| + "embeddedExtensionOptions": { | 
| + "channel": "trunk", | 
| + "extension_types": ["extension"] | 
| + }, | 
| "experimental": { | 
| "channel": "stable", | 
| "extension_types": [ |