| Index: components/search/search.cc
|
| diff --git a/components/search/search.cc b/components/search/search.cc
|
| index 92b8ccb7abac3e6f8ce9b218d4f1f7d9b32c2e55..8c50d162787baf68b2cb1efe2964c735cf8797db 100644
|
| --- a/components/search/search.cc
|
| +++ b/components/search/search.cc
|
| @@ -90,8 +90,7 @@
|
| kInstantExtendedFieldTrialName);
|
| }
|
|
|
| - if (base::EndsWith(group_name, kDisablingSuffix,
|
| - base::CompareCase::SENSITIVE))
|
| + if (base::EndsWith(group_name, kDisablingSuffix, true))
|
| return false;
|
|
|
| // We have a valid trial that isn't disabled. Extract the flags.
|
|
|