// 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_OFFLINE_ITEMS_COLLECTION_CORE_RENAME_RESULT_H_ #define COMPONENTS_OFFLINE_ITEMS_COLLECTION_CORE_RENAME_RESULT_H_ // The type of download rename dialog that should by shown by Android. // A Java counterpart will be generated for this enum. // Please treat this list as append only and keep it in sync with // Android.Download.Rename.Result in enums.xml. // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.offline_items_collection enum class RenameResult { … }; #endif // COMPONENTS_OFFLINE_ITEMS_COLLECTION_CORE_RENAME_RESULT_H_