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

Unified Diff: remoting/webapp/base/js/input_dialog.js

Issue 1054273002: [Webapp Refactor] Implements remoting.Activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo Created 5 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
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/crd/html/dialog_client_session_finished.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/input_dialog.js
diff --git a/remoting/webapp/base/js/input_dialog.js b/remoting/webapp/base/js/input_dialog.js
index a429400a37f5fa5eebcb7bd45f9afb5a7eb60b49..a55e016923e0114166d5e57e08e98aa008728729 100644
--- a/remoting/webapp/base/js/input_dialog.js
+++ b/remoting/webapp/base/js/input_dialog.js
@@ -53,6 +53,11 @@ remoting.InputDialog.prototype.show = function() {
return this.deferred_.promise();
};
+/** @return {HTMLElement} */
+remoting.InputDialog.prototype.inputField = function() {
+ return this.inputField_;
+}
+
/** @private */
remoting.InputDialog.prototype.onSubmit_ = function() {
this.deferred_.resolve(this.inputField_.value);
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/crd/html/dialog_client_session_finished.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698