Skip to content

Commit

Permalink
cros: Enable country customization in Demo Mode by default
Browse files Browse the repository at this point in the history
Bug: 888733
Change-Id: I2b847b2a37f666a688336036f02ea08111f5f525
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1496523
Reviewed-by: Michael Giuffrida <michaelpg@chromium.org>
Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637880}
  • Loading branch information
Wenzhao Zang authored and Commit Bot committed Mar 5, 2019
1 parent 0d25a42 commit 0074ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromeos/constants/chromeos_switches.cc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const base::Feature kShowSplashScreenInDemoMode{
"ShowSplashScreenInDemoMode", base::FEATURE_DISABLED_BY_DEFAULT};

const base::Feature kSupportCountryCustomizationInDemoMode{
"SupportCountryCustomizationInDemoMode", base::FEATURE_DISABLED_BY_DEFAULT};
"SupportCountryCustomizationInDemoMode", base::FEATURE_ENABLED_BY_DEFAULT};

// Please keep the order of these switches synchronized with the header file
// (i.e. in alphabetical order).
Expand Down

0 comments on commit 0074ed2

Please sign in to comment.