blob: e0d02035417f7be7829b2045a8568b40619ecc7a [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.
[JavaPackage="org.chromium.webshare.mojom"]
module blink.mojom;
enum ShareError {
// Share successful.
OK,
// Something went wrong in the implementation.
INTERNAL_ERROR,
// Potentially dangerous files.
PERMISSION_DENIED,
// Share was canceled by user.
CANCELED,
};