Index: chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc (revision 109708) |
+++ chrome/browser/ui/views/tab_contents/native_tab_contents_view_aura.cc (working copy) |
@@ -78,8 +78,7 @@ |
} |
void NativeTabContentsViewAura::SetPageTitle(const string16& title) { |
- // TODO(beng): |
- NOTIMPLEMENTED(); |
+ GetNativeView()->set_title(title); |
} |
void NativeTabContentsViewAura::StartDragging(const WebDropData& drop_data, |