Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Merge pull request #24550 from brave/cr127-followup-disable-s… (uplift to 1.68.x) #24672

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions chromium_src/android_webview/common/aw_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ namespace features {

OVERRIDE_FEATURE_DEFAULT_STATES({{
{kWebViewEnumerateDevicesCache, base::FEATURE_DISABLED_BY_DEFAULT},
{kWebViewMediaIntegrityApiBlinkExtension,
base::FEATURE_DISABLED_BY_DEFAULT},
}});

} // namespace features
Expand Down
359 changes: 0 additions & 359 deletions chromium_src/components/metrics/metrics_service.cc

This file was deleted.

6 changes: 0 additions & 6 deletions test/filters/browser_tests.filter
Original file line number Diff line number Diff line change
Expand Up @@ -1510,12 +1510,6 @@
# default.
-BrowserCommandControllerBrowserTestToolbarPinningOnly.ShowTranslateStatusFrenchPage

# These tests fail because we stub out the MetricsService.
-ChromeTracingDelegateBrowserTestOnStartup.ScenarioSetFromFieldtrial
-ClonedInstallClientIdResetBrowserTest.TestClonedInstallClientIdReset
-MetricsReportingStateTests/MetricsReportingStateClearDataTest.ClearPreviouslyCollectedMetricsData/*
-SampledOutClientIdSavedBrowserTest.ClientIdSaved

# Tests below this point have not been diagnosed or had issues created yet.
-_/WebrtcLoggingPrivateApiStartEventLoggingTestFeatureAndPolicyEnabled.*
-AccessCodeCastHandlerBrowserTest.*
Expand Down
3 changes: 0 additions & 3 deletions test/filters/unit_tests.filter
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,6 @@
-ThemeColorPickerHandlerTest.GetChromeColorsExtended
-ThemeColorPickerHandlerTest.SetSeedColor

# These tests fail because we stub out the MetricsService.
-ChromeMetricsServiceClientTest.TestRegisterMetricsServiceProviders

# Tests below this point have not been diagnosed or had issues created yet.
-AboutFlagsHistogramTest.*
-AboutFlagsTest.*
Expand Down
Loading