// 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_SHARING_DEVICE_REGISTRATION_RESULT_H_ #define COMPONENTS_SHARING_MESSAGE_SHARING_DEVICE_REGISTRATION_RESULT_H_ // Result of device registration with Sharing. // These values are logged to UMA. Entries should not be renumbered and numeric // values should never be reused. Please keep in sync with // "SharingDeviceRegistrationResult" in src/tools/metrics/histograms/enums.xml. enum class SharingDeviceRegistrationResult { … }; #endif // COMPONENTS_SHARING_MESSAGE_SHARING_DEVICE_REGISTRATION_RESULT_H_