deepak1556 2018-04-08 21:47:23 +05:30 committed by Samuel Attard
parent c29f08c53e
commit f6665edc73
4 changed files with 6 additions and 4 deletions

View file

@ -161,7 +161,8 @@ class InspectableWebContentsImpl
content::ColorChooser* OpenColorChooser(
content::WebContents* source,
SkColor color,
const std::vector<content::ColorSuggestion>& suggestions) override;
const std::vector<blink::mojom::ColorSuggestionPtr>& suggestions)
override;
void RunFileChooser(content::RenderFrameHost* render_frame_host,
const content::FileChooserParams& params) override;
void EnumerateDirectory(content::WebContents* source,