| Index: chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| index 4320241e285d890cb8be7554c318a5fafffde6ea..75565d4f02a94a2184da35d54cba734e4dc03bcb 100644
|
| --- a/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| +++ b/chrome/browser/ui/views/frame/popup_non_client_frame_view.cc
|
| @@ -38,6 +38,9 @@ void PopupNonClientFrameView::ResetWindowControls() {
|
| void PopupNonClientFrameView::UpdateWindowIcon() {
|
| }
|
|
|
| +void PopupNonClientFrameView::UpdateWindowTitle() {
|
| +}
|
| +
|
| gfx::Rect PopupNonClientFrameView::GetBoundsForTabStrip(
|
| views::View* tabstrip) const {
|
| return gfx::Rect(0, 0, width(), tabstrip->GetPreferredSize().height());
|
|
|