Add an UMA stat to be able to see if the User pods are show on start screen,
[chromium-blink-merge.git] / extensions / test / data / app_view / apitest / media_request / test.js
blob78a514040ac3e3bbae3b4d14e7b844331e2c8295
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 chrome.app.runtime.onEmbedRequested.addListener(function(request) {
6   request.allow('main.html');
7 });