| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index bfae0c2414406717893f98f7a8df07f750eac9a3..af3f3819db751c8c751a0e376add0848c136e1b7 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2830,6 +2830,10 @@ void WebContentsImpl::ResumeLoadingCreatedWebContents() {
|
| }
|
| }
|
|
|
| +base::debug::StackTrace WebContentsImpl::stack_trace() {
|
| + return stack_trace_;
|
| +}
|
| +
|
| bool WebContentsImpl::FocusLocationBarByDefault() {
|
| NavigationEntry* entry = controller_.GetVisibleEntry();
|
| if (entry && entry->GetURL() == GURL(url::kAboutBlankURL))
|
|
|