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

Unified Diff: chrome/browser/apps/ephemeral_app_launcher.cc

Issue 257153003: We have a problem in the process on destroying WebContentsImpl because (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Rebased onto origin/lkgr Created 6 years, 8 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: chrome/browser/apps/ephemeral_app_launcher.cc
diff --git a/chrome/browser/apps/ephemeral_app_launcher.cc b/chrome/browser/apps/ephemeral_app_launcher.cc
index d4cf4ec8391a7879333e7b521a0af62d874e21c9..44e8dbc4c8935ab24b287913afd057c6af5eeb90 100644
--- a/chrome/browser/apps/ephemeral_app_launcher.cc
+++ b/chrome/browser/apps/ephemeral_app_launcher.cc
@@ -253,8 +253,7 @@ void EphemeralAppLauncher::CompleteInstall(const std::string& error) {
// WebstoreStandaloneInstaller to support this cleanly.
}
-void EphemeralAppLauncher::WebContentsDestroyed(
- content::WebContents* web_contents) {
+void EphemeralAppLauncher::WebContentsDestroyed() {
AbortInstall();
}

Powered by Google App Engine
This is Rietveld 408576698