| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index c038819ad1d3be11f2abc178996f7af219a7c0d3..b10b2df4a5f5698d7391adc35f1c5cbb2444ed59 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -1352,8 +1352,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 {
|
|
|