| Index: components/favicon/core/favicon_driver_impl.cc
|
| diff --git a/components/favicon/core/favicon_driver_impl.cc b/components/favicon/core/favicon_driver_impl.cc
|
| index 90075698f15cc649cb276a3795efa7d3d5027b9f..bd22f7b30ff8f1473e57c00c0bc3511ac6298399 100644
|
| --- a/components/favicon/core/favicon_driver_impl.cc
|
| +++ b/components/favicon/core/favicon_driver_impl.cc
|
| @@ -30,7 +30,7 @@ bool IsIconNTPEnabled() {
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableIconNtp))
|
| return true;
|
|
|
| - return base::StartsWithASCII(group_name, "Enabled", true);
|
| + return base::StartsWith(group_name, "Enabled", base::CompareCase::SENSITIVE);
|
| }
|
|
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
|
|