blob: e756cc0fc6b927841844b1a3a43cbf5beefdc543 [file] [log] [blame]
// Copyright 2021 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.
// TODO(b/199452030): Fix duplication with volume_manager_types.js
/**
* Paths that can be handled by the dialog opener in native code.
* @enum {string}
* @const
*/
export const AllowedPaths = {
NATIVE_PATH: 'nativePath',
ANY_PATH: 'anyPath',
ANY_PATH_OR_URL: 'anyPathOrUrl',
};