// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_MV2_EXPERIMENT_STAGE_H_ #define CHROME_BROWSER_EXTENSIONS_MV2_EXPERIMENT_STAGE_H_ namespace extensions { // The current stage of the Manifest V2 deprecation. Note that for all stages, // these only refer to affected extensions. enum class MV2ExperimentStage { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_MV2_EXPERIMENT_STAGE_H_