Index: athena/content/app_activity_proxy.cc |
diff --git a/athena/content/app_activity_proxy.cc b/athena/content/app_activity_proxy.cc |
index 87d98aeaa668629f67159f5d61b3e0c887438093..143dd88af2c001f30f262606970a767512d2f47c 100644 |
--- a/athena/content/app_activity_proxy.cc |
+++ b/athena/content/app_activity_proxy.cc |
@@ -64,7 +64,7 @@ content::WebContents* AppActivityProxy::GetWebContents() { |
void AppActivityProxy::Init() { |
DCHECK(replaced_activity_); |
// Get the content proxy to present the content. |
- content_proxy_ = replaced_activity_->GetContentProxy(GetWindow()); |
+ content_proxy_ = replaced_activity_->GetContentProxy(); |
WindowListProvider* window_list_provider = |
WindowManager::Get()->GetWindowListProvider(); |
window_list_provider->StackWindowBehindTo(GetWindow(), |