Commit f72e9811 authored by Wez's avatar Wez Committed by Commit Bot

Enable new AltGraph modifier behaviour by default.

Use --disable-features=FixAltGraph to return to the old behaviour.

Bug: 25503
Change-Id: I1297812b5c6201d84b46ae4f4b320ed5e403f7a1
Reviewed-on: https://chromium-review.googlesource.com/963790Reviewed-by: default avatarRick Byers <rbyers@chromium.org>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543383}
parent ee7b1d65
......@@ -279,7 +279,7 @@ base::LazyInstance<base::ThreadLocalStorage::Slot,
// TODO(crbug.com/25503): Controls Control+Alt vs AltGraph disambiguation.
const base::Feature kFixAltGraphModifier{"FixAltGraph",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
} // anonymous namespace
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment