// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_SHARING_MESSAGE_SHARED_CLIPBOARD_REMOTE_COPY_HANDLE_MESSAGE_RESULT_H_ #define COMPONENTS_SHARING_MESSAGE_SHARED_CLIPBOARD_REMOTE_COPY_HANDLE_MESSAGE_RESULT_H_ // Result of handling a Remote Copy message. These values are persisted to logs. // Entries should not be renumbered and numeric values should never be reused. // Keep this in sync with SharingRemoteCopyHandleMessageResult in enums.xml. enum class RemoteCopyHandleMessageResult { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARED_CLIPBOARD_REMOTE_COPY_HANDLE_MESSAGE_RESULT_H_