| Index: chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js
|
| diff --git a/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js b/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js
|
| index 2430c37a987f14ed1830a08f10838ff347af85ac..8bbdd6e9434d9c7d4fac985c0e83d019d974c701 100644
|
| --- a/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js
|
| +++ b/chrome/test/data/extensions/platform_apps/app_view/shim/skeleton/main.js
|
| @@ -3,6 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| chrome.app.runtime.onEmbedRequested.addListener(function(request) {
|
| + if (!request.embedderId)
|
| + request.deny();
|
| if (!request.data.foo) {
|
| request.allow('main.html');
|
| return;
|
|
|