| Index: chrome/browser/views/frame/browser_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_view.cc (revision 10893)
|
| +++ chrome/browser/views/frame/browser_view.cc (working copy)
|
| @@ -968,7 +968,9 @@
|
| }
|
|
|
| views::View* BrowserView::GetInitiallyFocusedView() {
|
| - return toolbar_->GetLocationBarView();
|
| + // We set the frame not focus on creation so this should never be called.
|
| + NOTREACHED();
|
| + return NULL;
|
| }
|
|
|
| bool BrowserView::ShouldShowWindowTitle() const {
|
|
|