| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index a311836d689246a5d4de3456f388de24bfc8d4a0..ef8e243fc588aba2ebf82daf88e491c531ee0f1a 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 {
|
|
|