Update to Chromium revision 9ef2aa86 (#550428)

This commit is contained in:
Marshall Greenblatt
2018-04-19 11:44:42 -04:00
parent f6c9a96a12
commit a3c55f1d26
130 changed files with 1601 additions and 1522 deletions

View File

@@ -48,13 +48,6 @@ class CefSpeechRecognitionManagerDelegate
bool FilterProfanities(int render_process_id) override;
private:
class WebContentsWatcher;
// Callback called by |web_contents_watcher_| on the IO thread to signal
// web contents closure.
void WebContentsClosedCallback(int render_process_id, int render_view_id);
scoped_refptr<WebContentsWatcher> web_contents_watcher_;
bool filter_profanities_;
DISALLOW_COPY_AND_ASSIGN(CefSpeechRecognitionManagerDelegate);