Make File-Picker modal on Linux

Chromium for Linux opens a Gtk file-picker for file browsing, but it is not
modal because there is no GtkWindow as parent of file-picker.

This patch allows the X11 host window to disable input event handling to make
a file-picker modal.

BUG=408481

Review URL: https://codereview.chromium.org/1045443002

Cr-Commit-Position: refs/heads/master@{#338870}
4 files changed