mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
fix infobar warning
This commit is contained in:
parent
f3928b16ba
commit
1b95eed1cd
1 changed files with 2 additions and 2 deletions
|
@ -148,8 +148,8 @@ void AddInfoBarsIfNecessary(Browser* browser,
|
|||
chrome::ShowBadFlagsPrompt(web_contents);
|
||||
}
|
||||
|
||||
infobars::ContentInfoBarManager* infobar_manager =
|
||||
infobars::ContentInfoBarManager::FromWebContents(web_contents);
|
||||
//infobars::ContentInfoBarManager* infobar_manager =
|
||||
// infobars::ContentInfoBarManager::FromWebContents(web_contents);
|
||||
|
||||
#if !BUILDFLAG(IS_CHROMEOS_ASH)
|
||||
if (!is_web_app &&
|
||||
|
|
Loading…
Reference in a new issue