Chromium Code Reviews| Index: build/config/features.gni |
| diff --git a/build/config/features.gni b/build/config/features.gni |
| index 575a89cbb1dbee71482287e6afc044a10157af4c..82247b9da29075bd737304293d51e6a10613986d 100644 |
| --- a/build/config/features.gni |
| +++ b/build/config/features.gni |
| @@ -47,7 +47,7 @@ declare_args() { |
| # 0: Don't specify the version. This option is for the Finch testing. |
| # 1: Use only CLD1. |
| # 2: Use only CLD2. |
| -if (is_android || is_ios) { |
| +if (is_android) { |
| cld_version = 1 |
| } else { |
| cld_version = 2 |