 Chromium Code Reviews
 Chromium Code Reviews Issue 1262563003:
  Subframes in inner WebContents should not create proxies in process of outer WebContents.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1262563003:
  Subframes in inner WebContents should not create proxies in process of outer WebContents.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| Index: chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json | 
| diff --git a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json b/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json | 
| index 715a08be9301a491e3f8f9a41afedf967e66f8a0..a9d15674635d81437070b1bb62763ae7240bfa37 100644 | 
| --- a/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json | 
| +++ b/chrome/test/data/extensions/platform_apps/web_view/shim/manifest.json | 
| @@ -14,6 +14,8 @@ | 
| { | 
| "name": "foobar", | 
| "accessible_resources": [ | 
| + "child_frame.html", | 
| + "parent_frame.html", | 
| "guest_with_inline_script.html", | 
| "test.pdf" | 
| ] |