Chromium Code Reviews| Index: Source/core/platform/FileChooser.h |
| diff --git a/Source/core/platform/FileChooser.h b/Source/core/platform/FileChooser.h |
| index c34e30469abe94462bef206337a6130b31424d80..bffd04eadba3ccd073957a2fc1a188ab990e0406 100644 |
| --- a/Source/core/platform/FileChooser.h |
| +++ b/Source/core/platform/FileChooser.h |
| @@ -56,7 +56,6 @@ struct FileChooserSettings { |
| Vector<String> acceptFileExtensions; |
| Vector<String> selectedFiles; |
| #if ENABLE(MEDIA_CAPTURE) |
| - String capture; |
| bool useMediaCapture; |
| #endif |