| Index: chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| diff --git a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| index 098d27c7908190298da5113cabaadeb63a567b47..16fa207187a7800be22aa76d72ccd3663e238960 100644
|
| --- a/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| +++ b/chrome/browser/ui/views/frame/app_non_client_frame_view_aura.cc
|
| @@ -223,6 +223,9 @@ void AppNonClientFrameViewAura::ResetWindowControls() {
|
| void AppNonClientFrameViewAura::UpdateWindowIcon() {
|
| }
|
|
|
| +void AppNonClientFrameViewAura::UpdateWindowTitle() {
|
| +}
|
| +
|
| gfx::Rect AppNonClientFrameViewAura::GetBoundsForTabStrip(
|
| views::View* tabstrip) const {
|
| return gfx::Rect();
|
|
|