| Index: third_party/WebKit/LayoutTests/imagecapture/setoptions.html
|
| diff --git a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
|
| index 9d5cc7d55cd2f82d442c3b782821533717fe4e74..d6c5c6052aebd63eddd5584893f8834e8de37e60 100644
|
| --- a/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
|
| +++ b/third_party/WebKit/LayoutTests/imagecapture/setoptions.html
|
| @@ -8,7 +8,7 @@
|
| </body>
|
| <script>
|
|
|
| -const fillLightModeNames = ["none", "off", "auto", "flash", "torch"];
|
| +const fillLightModeNames = ["off", "auto", "flash"];
|
|
|
| // This test verifies that ImageCapture can call setOptions()s, with a mock Mojo
|
| // interface implementation.
|
|
|