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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog_mac.mm

Issue 2650443002: Webapp share dialog is not closed when client end of the connection is closed (Closed)
Patch Set: Merging changes from dependent CL Created 3 years, 9 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: remoting/host/it2me/it2me_confirmation_dialog_mac.mm
diff --git a/remoting/host/it2me/it2me_confirmation_dialog_mac.mm b/remoting/host/it2me/it2me_confirmation_dialog_mac.mm
index e08e088cbc7c83e386d88555267d95289a7e54bd..2aa5f6ba789dda401aad00614379582cb60f831b 100644
--- a/remoting/host/it2me/it2me_confirmation_dialog_mac.mm
+++ b/remoting/host/it2me/it2me_confirmation_dialog_mac.mm
@@ -110,8 +110,8 @@ void It2MeConfirmationDialogMac::OnDialogAction(Result result) {
}
}
-// static
-std::unique_ptr<It2MeConfirmationDialog> It2MeConfirmationDialog::Create() {
+std::unique_ptr<It2MeConfirmationDialog>
+It2MeConfirmationDialogFactory::Create() {
return base::MakeUnique<It2MeConfirmationDialogMac>();
}

Powered by Google App Engine
This is Rietveld 408576698