Chromium Code Reviews| Index: docs/ios_build_instructions.md |
| diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md |
| index 068c0f02a1b13ede244fad3fab1b15977239bd3d..a7d4f47a8da4f1bf516c1657008e85cc0b5d2c18 100644 |
| --- a/docs/ios_build_instructions.md |
| +++ b/docs/ios_build_instructions.md |
| @@ -41,8 +41,10 @@ cat > chromium.gyp_env <<EOF |
| EOF |
| ``` |
| -Also, you should [install API |
| -keys](https://www.chromium.org/developers/how-tos/api-keys). |
| +Before you build, you may want to |
|
tfarina
2016/03/08 14:58:14
Is this better in the "Building" section? Or is it
|
| +[install API keys](https://sites.google.com/a/chromium.org/dev/developers/how-tos/api-keys) |
| +so that Chrome-integrated Google services work. This step is optional if you |
| +aren't testing those features. |
| ## Getting the Code |