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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog_proxy.h

Issue 2310303002: Moving It2Me confirmation prompt into the Validation callback flow (Closed)
Patch Set: Addressing CR Feedback Created 4 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: remoting/host/it2me/it2me_confirmation_dialog_proxy.h
diff --git a/remoting/host/it2me/it2me_confirmation_dialog_proxy.h b/remoting/host/it2me/it2me_confirmation_dialog_proxy.h
index 77e0fbdcfa6ae4f8ddfcd0065ba3149053516404..42ca368822e9ba91b4aa89b5c0b97ceb46972dc2 100644
--- a/remoting/host/it2me/it2me_confirmation_dialog_proxy.h
+++ b/remoting/host/it2me/it2me_confirmation_dialog_proxy.h
@@ -28,7 +28,8 @@ class It2MeConfirmationDialogProxy : public It2MeConfirmationDialog {
~It2MeConfirmationDialogProxy() override;
// It2MeConfirmationDialog implementation.
- void Show(const It2MeConfirmationDialog::ResultCallback& callback) override;
+ void Show(const std::string& remote_user_email,
+ const It2MeConfirmationDialog::ResultCallback& callback) override;
private:
class Core;
« no previous file with comments | « remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc ('k') | remoting/host/it2me/it2me_confirmation_dialog_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698