Commit 37bcbec8 authored by Ryan Sturm's avatar Ryan Sturm Committed by Commit Bot

Typo in feature name for LightweightNoStatePrefetch

This doesn't affect anything yet, but makes the name more readable for
launching using feature launch.

Change-Id: I6946e9e797d0c5927ddd1b079acba52b041b226c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1717777Reviewed-by: default avatarDaniel Cheng <dcheng@chromium.org>
Commit-Queue: Ryan Sturm <ryansturm@chromium.org>
Cr-Commit-Position: refs/heads/master@{#681255}
parent 762d005e
...@@ -274,7 +274,7 @@ const base::Feature kAudioWorkletRealtimeThread{ ...@@ -274,7 +274,7 @@ const base::Feature kAudioWorkletRealtimeThread{
// A feature to reduce the set of resources fetched by No-State Prefetch. // A feature to reduce the set of resources fetched by No-State Prefetch.
const base::Feature kLightweightNoStatePrefetch{ const base::Feature kLightweightNoStatePrefetch{
"kLightweightNoStatePrefetch", base::FEATURE_DISABLED_BY_DEFAULT}; "LightweightNoStatePrefetch", base::FEATURE_DISABLED_BY_DEFAULT};
// Use scroll gestures for scrollbar scrolls (see https://crbug.com/954007). // Use scroll gestures for scrollbar scrolls (see https://crbug.com/954007).
const base::Feature kScrollbarInjectScrollGestures{ const base::Feature kScrollbarInjectScrollGestures{
......
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