-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash when automation infobar is closed
When Chrome is started with --enable-automation switch (e.g., when it is started by ChromeDriver), it display an infobar indicating the fact. If the user attempts to close this infobar, it used to crash Chrome. Closing other global infobars when --enable-automation switch is used can also crash Chrome. BUG=706735 NOPRESUBMIT=true NOTRY=true Review-Url: https://codereview.chromium.org/2807403002 Cr-Original-Commit-Position: refs/heads/master@{#464676} Review-Url: https://codereview.chromium.org/2816373002 Cr-Commit-Position: refs/branch-heads/3071@{#53} Cr-Branched-From: a106f0a-refs/heads/master@{#464641}
- Loading branch information
Showing
3 changed files
with
26 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters