Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: third_party/WebKit/LayoutTests/imagecapture/setoptions.html

Issue 2787933002: ImageCapture: separate fillLightMode, redEyeReduction and Torch (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698