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

Unified Diff: apps/app_window.cc

Issue 586933002: Re-Revert "[WebModals] New API for browser-scoped popup management." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2125
Patch Set: Created 6 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
« no previous file with comments | « apps/app_window.h ('k') | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.cc
diff --git a/apps/app_window.cc b/apps/app_window.cc
index eb4f81a2fd7e42a57786a1902ebb162f9f370d46..8433557931e7e8189e9b8bc94197efba91a4afa0 100644
--- a/apps/app_window.cc
+++ b/apps/app_window.cc
@@ -293,10 +293,6 @@ void AppWindow::Init(const GURL& url,
helper_.reset(new AppWebContentsHelper(
browser_context_, extension_id_, web_contents, app_delegate_.get()));
- popup_manager_.reset(
- new web_modal::PopupManager(GetWebContentsModalDialogHost()));
- popup_manager_->RegisterWith(web_contents);
-
// Prevent the browser process from shutting down while this window exists.
apps_client->IncrementKeepAliveCount();
UpdateExtensionAppIcon();
« no previous file with comments | « apps/app_window.h ('k') | chrome/browser/chromeos/attestation/platform_verification_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698