[cr149] MV2DeprecationImpactChecker moved to //extensions.
Chromium change: https://chromium.googlesource.com/chromium/src.git/+/b11ac9f51e136dd9f345c3f9f79b83aca5d6cb1f commit b11ac9f51e136dd9f345c3f9f79b83aca5d6cb1f Author: Miyoung shin <myid.shin@igalia.com> Date: Tue Apr 14 17:37:04 2026 -0700 Move MV2DeprecationImpactChecker to //extensions This CL relocate MV2DeprecationImpactChecker to //extensions since it no longer depends on //chrome. Bug: 358567092
This commit is contained in:
+1
-2
@@ -3,7 +3,6 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
* You can obtain one at https://mozilla.org/MPL/2.0/. */
|
||||
|
||||
#include "chrome/browser/extensions/extension_management.h"
|
||||
#include "extensions/common/constants.h"
|
||||
#include "extensions/common/extension_features.h"
|
||||
|
||||
@@ -14,6 +13,6 @@
|
||||
extensions_mv2::BuildBraveMV2ExceptionList(); \
|
||||
extensions_features::kExtensionManifestV2ExceptionListParam
|
||||
|
||||
#include <chrome/browser/extensions/mv2_deprecation_impact_checker.cc>
|
||||
#include <extensions/browser/mv2_deprecation_impact_checker.cc>
|
||||
|
||||
#undef kExtensionManifestV2ExceptionListParam
|
||||
Reference in New Issue
Block a user