Commit 1bc19731 authored by Su Hong Koo's avatar Su Hong Koo Committed by Commit Bot

Fix Spelling for IsDisplayIdentificationEnabled

This CL corrects spelling of IsDisplayIdentificationEnabled() from
IsDisplayIdentificationlEnabled().

Bug: 1068252
Change-Id: Iae14138946a773cf6b615fc4f92322f937f651f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2138153Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Reviewed-by: default avatarBailey Berro <baileyberro@chromium.org>
Commit-Queue: Bailey Berro <baileyberro@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756838}
parent d3cc7a9f
...@@ -255,7 +255,7 @@ bool IsSystemTrayMicGainSettingEnabled() { ...@@ -255,7 +255,7 @@ bool IsSystemTrayMicGainSettingEnabled() {
return base::FeatureList::IsEnabled(kSystemTrayMicGainSetting); return base::FeatureList::IsEnabled(kSystemTrayMicGainSetting);
} }
bool IsDisplayIdentificationlEnabled() { bool IsDisplayIdentificationEnabled() {
return base::FeatureList::IsEnabled(kDisplayIdentification); return base::FeatureList::IsEnabled(kDisplayIdentification);
} }
......
...@@ -213,7 +213,7 @@ ASH_PUBLIC_EXPORT bool IsCornerShortcutsEnabled(); ...@@ -213,7 +213,7 @@ ASH_PUBLIC_EXPORT bool IsCornerShortcutsEnabled();
ASH_PUBLIC_EXPORT bool IsSystemTrayMicGainSettingEnabled(); ASH_PUBLIC_EXPORT bool IsSystemTrayMicGainSettingEnabled();
ASH_PUBLIC_EXPORT bool IsDisplayIdentificationlEnabled(); ASH_PUBLIC_EXPORT bool IsDisplayIdentificationEnabled();
// These two functions are supposed to be temporary functions to set or get // These two functions are supposed to be temporary functions to set or get
// whether "WebUITabStrip" feature is enabled from Chrome. // whether "WebUITabStrip" feature is enabled from Chrome.
......
...@@ -1190,7 +1190,7 @@ void Shell::Init( ...@@ -1190,7 +1190,7 @@ void Shell::Init(
std::make_unique<MediaNotificationControllerImpl>(); std::make_unique<MediaNotificationControllerImpl>();
} }
if (features::IsDisplayIdentificationlEnabled()) { if (features::IsDisplayIdentificationEnabled()) {
display_highlight_controller_ = display_highlight_controller_ =
std::make_unique<DisplayHighlightController>(); std::make_unique<DisplayHighlightController>();
} }
......
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