| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 64ab742dcf3ab7a1e8945781e1bf59d60556fb78..c942246bff8f6ac9ada965254422e781b9757496 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1347,8 +1347,7 @@ void Browser::RequestAppBannerFromDevTools(content::WebContents* web_contents) {
|
| banners::AppBannerManagerEmulation::CreateForWebContents(web_contents);
|
| banners::AppBannerManagerEmulation* manager =
|
| banners::AppBannerManagerEmulation::FromWebContents(web_contents);
|
| - manager->RequestAppBanner(web_contents->GetMainFrame(),
|
| - web_contents->GetLastCommittedURL(), true);
|
| + manager->RequestAppBanner(web_contents->GetLastCommittedURL(), true);
|
| }
|
|
|
| bool Browser::IsMouseLocked() const {
|
|
|