Index: public/web/WebFileChooserParams.h |
diff --git a/public/web/WebFileChooserParams.h b/public/web/WebFileChooserParams.h |
index 2f8f40c652c034267c86c17768f630028166fe25..c5499cc5ca6ff7336a3e88a260c68024f5709f91 100644 |
--- a/public/web/WebFileChooserParams.h |
+++ b/public/web/WebFileChooserParams.h |
@@ -71,6 +71,11 @@ struct WebFileChooserParams { |
// provided for compatibility reasons. |
WebString capture; |
bool useMediaCapture; |
+ // Whether WebFileChooserCompletion needs local paths or not. If the result |
+ // of file chooser is handled by the implementation of |
+ // WebFileChooserCompletion that can handle files without local paths, |
+ // 'false' should be specified to the flag. |
+ bool needLocalPath; |
WebFileChooserParams() |
: multiSelect(false) |