| Index: apps/app_window_contents.cc
|
| diff --git a/apps/app_window_contents.cc b/apps/app_window_contents.cc
|
| index d163c2ce84ace7bce1cdb270d9412ce4e87b2d98..7b88e67e6f6092e9d2b338d4f6be393fd1fa8ec5 100644
|
| --- a/apps/app_window_contents.cc
|
| +++ b/apps/app_window_contents.cc
|
| @@ -96,7 +96,7 @@ void AppWindowContents::NativeWindowChanged(
|
|
|
| content::RenderViewHost* rvh = web_contents_->GetRenderViewHost();
|
| rvh->Send(new ExtensionMsg_MessageInvoke(rvh->GetRoutingID(),
|
| - host_->extension()->id(),
|
| + host_->extension_id(),
|
| "app.window",
|
| "updateAppWindowProperties",
|
| args,
|
|
|