refactor: reuse upstream //shell_dialogs (#30663)

This commit is contained in:
Shelley Vohr 2021-09-14 12:16:34 +02:00 committed by GitHub
parent c74b9ff312
commit 00d0265782
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 655 additions and 462 deletions

View file

@ -731,9 +731,6 @@ class WebContents : public gin::Wrappable<WebContents>,
// Whether window is fullscreened by window api.
bool native_fullscreen_ = false;
// UI related helper classes.
std::unique_ptr<WebDialogHelper> web_dialog_helper_;
scoped_refptr<DevToolsFileSystemIndexer> devtools_file_system_indexer_;
std::unique_ptr<DevToolsEyeDropper> eye_dropper_;