Skip to content

Commit

Permalink
disable devtoolstabtarget for #8096
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwang committed Aug 22, 2023
1 parent 0bcc670 commit 944e698
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion chrome/browser/browser_features.cc
Expand Up @@ -43,7 +43,7 @@ BASE_FEATURE(kDestroySystemProfiles,
// "frame" when inspecting a WebContents.
BASE_FEATURE(kDevToolsTabTarget,
"DevToolsTabTarget",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);

// Nukes profile directory before creating a new profile using
// ProfileManager::CreateMultiProfileAsync().
Expand Down
25 changes: 0 additions & 25 deletions testing/variations/fieldtrial_testing_config.json
Expand Up @@ -4573,31 +4573,6 @@
]
}
],
"DevToolsTabTarget": [
{
"platforms": [
"linux",
"mac",
"windows",
"chromeos",
"chromeos_lacros"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"DevToolsTabTarget"
]
},
{
"name": "Control",
"disable_features": [
"DevToolsTabTarget"
]
}
]
}
],
"DexFixer": [
{
"platforms": [
Expand Down

0 comments on commit 944e698

Please sign in to comment.