Skip to content

Commit

Permalink
[Extensions Click-to-Script] Enable by default
Browse files Browse the repository at this point in the history
Flip the RuntimeHostPermissions feature to be enabled by default on
ToT. Remove the entry in the testing config.

Bug: 869996
Change-Id: Ic76c4a018c6bc0140069bd2730ff5591cd293bda
Reviewed-on: https://chromium-review.googlesource.com/c/1294010
Reviewed-by: Steven Holte <holte@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#605097}
  • Loading branch information
rdcronin authored and Commit Bot committed Nov 2, 2018
1 parent 74121ab commit c312bc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion extensions/common/extension_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ const base::Feature kNewExtensionUpdaterService{
// Forces extensions with <all_hosts> to use activeTab-style runtime host
// permissions.
const base::Feature kRuntimeHostPermissions{"RuntimeHostPermissions",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

} // namespace extensions_features
18 changes: 0 additions & 18 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3965,24 +3965,6 @@
]
}
],
"RuntimeHostPermissions": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"RuntimeHostPermissions"
]
}
]
}
],
"SRTPromptFieldTrial": [
{
"platforms": [
Expand Down

0 comments on commit c312bc3

Please sign in to comment.