// Copyright 2023 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_SYNC_MODEL_WIPE_MODEL_UPON_SYNC_DISABLED_BEHAVIOR_H_ #define COMPONENTS_SYNC_MODEL_WIPE_MODEL_UPON_SYNC_DISABLED_BEHAVIOR_H_ namespace syncer { // Determines whether and under which circumstances the sync code dealing with a // specific local model should wipe all data stored in the local model. enum class WipeModelUponSyncDisabledBehavior { … }; } // namespace syncer #endif // COMPONENTS_SYNC_MODEL_WIPE_MODEL_UPON_SYNC_DISABLED_BEHAVIOR_H_