Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1570)

Unified Diff: apps/app_window_contents.cc

Issue 24177003: Fixed crash when chrome.runtime.reload() is called with app windows open (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(),
benwells 2013/09/20 07:35:31 huh, I was just looking at this today due to https
tmdiep 2013/09/20 11:07:36 Darn, if I had waited a bit longer this could have
"app.window",
"updateAppWindowProperties",
args,

Powered by Google App Engine
This is Rietveld 408576698