| Index: trunk/src/athena/content/web_activity.cc
|
| ===================================================================
|
| --- trunk/src/athena/content/web_activity.cc (revision 291366)
|
| +++ trunk/src/athena/content/web_activity.cc (working copy)
|
| @@ -347,10 +347,6 @@
|
| return Activity::ACTIVITY_MEDIA_STATE_NONE;
|
| }
|
|
|
| -aura::Window* WebActivity::GetWindow() {
|
| - return !web_view_ ? NULL : web_view_->GetWidget()->GetNativeWindow();
|
| -}
|
| -
|
| void WebActivity::Init() {
|
| DCHECK(web_view_);
|
| web_view_->InstallAccelerators();
|
|
|