blob: 209d9bd9830d7d2cf1bb098a824832e0b3468b96 [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.
/** @const {number} */
const NUMBER_OF_APPS_DISPLAYED_DEFAULT = 4;
/**
* Enumeration of the different subpage types within the app management page.
* @enum {number}
* @const
*/
const PageType = {
MAIN: 0,
DETAIL: 1,
};
const TestPermissionTypeEnum = appManagement.mojom.TestPermissionType;