Skip to content

Commit

Permalink
Settings: Enable site settings flag by default.
Browse files Browse the repository at this point in the history
This CL turns on the site settings flag by default.

BUG=835712

Change-Id: Icc0b5e916e18897b604d3b5a91eed597b377fe8a
Reviewed-on: https://chromium-review.googlesource.com/c/1465322
Reviewed-by: Dominick Ng <[email protected]>
Commit-Queue: Maggie Cai <[email protected]>
Cr-Commit-Position: refs/heads/master@{#631104}
  • Loading branch information
Maggie Cai authored and Commit Bot committed Feb 12, 2019
1 parent 1ddc12c commit e2a408e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ const char kSitePerProcessOnlyForHighMemoryClientsParamName[] =

// The site settings all sites list page in the Chrome settings UI.
const base::Feature kSiteSettings{"SiteSettings",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

// Enables committed error pages instead of transient navigation entries for
// SSL interstitial error pages (i.e. certificate errors).
Expand Down

0 comments on commit e2a408e

Please sign in to comment.