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

Unified Diff: remoting/host/it2me/it2me_confirmation_dialog.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
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/it2me/it2me_confirmation_dialog.h
diff --git a/remoting/host/it2me/it2me_confirmation_dialog.h b/remoting/host/it2me/it2me_confirmation_dialog.h
index 2e51ae7fc074c7b3fc2ab667ad75d3a3953c475e..57e266933445bee5c6c8a566023f191551a4bdfa 100644
--- a/remoting/host/it2me/it2me_confirmation_dialog.h
+++ b/remoting/host/it2me/it2me_confirmation_dialog.h
@@ -30,7 +30,8 @@ class It2MeConfirmationDialog {
// Shows the dialog. |callback| will be called with the user's selection.
// |callback| will not be called if the dialog is destroyed.
- virtual void Show(const ResultCallback& callback) = 0;
+ virtual void Show(const std::string& remote_user_email,
+ const ResultCallback& callback) = 0;
};
// Used to create an platform specific instance of It2MeConfirmationDialog.
« no previous file with comments | « no previous file | remoting/host/it2me/it2me_confirmation_dialog_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698