blob: 896d1d7e434ce02d1303042631899f5670dcc53c [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
Polymer({
is: 'app-management-chrome-app-permission-view',
properties: {
/**
* @type {appManagement.mojom.App}
* @private
*/
app_: {
type: Object,
value: function() {
return app_management.FakePageHandler.createApp(
'ahfgeienlihckogmohjhadlkjgocpleb');
},
},
},
});