 Chromium Code Reviews
 Chromium Code Reviews Issue 
            773583003:
    Fix appViewGuestInternal error in background pages.  (Closed)
    
  
    Issue 
            773583003:
    Fix appViewGuestInternal error in background pages.  (Closed) 
  | DescriptionFix appViewGuestInternal error in background pages.
Make appViewGuestInternal available in all channels, note that this
doesn't expose <appview> to all channels, appViewEmbedderInternal
controls that.
Making appViewGuestInternal available in all channel would make
require('binding').Binding.create('appViewGuestInternal').generate();
from app_runtime_custom_bindings.js not complain.
BUG=437891
Test=Note that this fix is only going to show up in stable/beta.
1) Get unpacked calculator app from here:
https://github.com/GoogleChrome/chrome-app-samples/tree/master/samples/calculator
2) This app has background page.
Open the app in chrome stable or beta.
3) Right click and select "Inspect background page".
The following error in background page's console should not
show up.
"chrome.appViewInternal is not available: 'appViewInternal' requires Google Chrome dev channel or newer, but this is the stable channel."
Committed: https://crrev.com/26e03835341edc959c4d69c1c01346c1f3cec99d
Cr-Commit-Position: refs/heads/master@{#306310}
   Patch Set 1 #
      Total comments: 2
      
     Patch Set 2 : add bug reference #Messages
    Total messages: 11 (3 generated)
     |