Chromium Code Reviews| Index: tools/gn/docs/cookbook.md |
| diff --git a/tools/gn/docs/cookbook.md b/tools/gn/docs/cookbook.md |
| index 7bec8cb418fa1fa0bbe1a867c172df3d84a31466..c918d86448b74c8883ec35d7241d7599c66e9265 100644 |
| --- a/tools/gn/docs/cookbook.md |
| +++ b/tools/gn/docs/cookbook.md |
| @@ -228,7 +228,6 @@ places are noted in the table below. |
| | `enable_task_manager` (0/1) | `enable_task_manager` (true/false) | `//build/config/features.gni` | |
| | `enable_themes` (0/1) | `enable_themes` (true/false) | `//build/config/features.gni` | |
| | `enable_webrtc` (0/1) | `enable_webrtc` (true/false) | `//build/config/features.gni` | |
| -| `enable_wifi_bootstrapping` (0/1) | `enable_wifi_bootstrapping` (true/false) | `//build/config/features.gni` | |
|
tfarina
2016/01/20 16:25:55
lgtm. cs.chromium.org shows only this entry. Thank
|
| | `image_loader_extension` (0/1) | `enable_image_loader_extension` (true/false) | `//build/config/features.gni` | |
| | `input_speech` (0/1) | `enable_speech_input` (true/false) | `//build/config/features.gni` | |
| | `notifications` (0/1) | `enable_notifications` (true/false) | `//build/config/features.gni` | |