Chromium Code Reviews| 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(), |
|
Matt Perry
2013/09/23 21:42:31
Rather than patching this here, could you change E
tmdiep
2013/09/24 00:33:47
The host_ pointer is an apps::ShellWindow. The She
|
| "app.window", |
| "updateAppWindowProperties", |
| args, |