Skip to content

Commit

Permalink
show raw "Active Variations"
Browse files Browse the repository at this point in the history
  • Loading branch information
blueboxd committed Feb 8, 2024
1 parent 711d7cf commit b4811db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/version_ui/version_handler_helper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ base::Value::List GetVariationsList() {
// displayed locally (and is useful for diagnostics purposes).
base::FieldTrialListIncludingLowAnonymity::GetActiveFieldTrialGroups(
&active_groups);
#if !defined(NDEBUG)
#if !defined(NDEBUG) || true
const unsigned char kNonBreakingHyphenUTF8[] = {0xE2, 0x80, 0x91, '\0'};
const std::string kNonBreakingHyphenUTF8String(
reinterpret_cast<const char*>(kNonBreakingHyphenUTF8));
Expand Down

0 comments on commit b4811db

Please sign in to comment.