Commit a3910459 authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

MD Extensions: fix comments.

TBR=dpapad

Bug: None
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Ic67f14f22a044e68ba9ee84d6fa0674cdfb59f8b
Reviewed-on: https://chromium-review.googlesource.com/830491Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524572}
parent 9dd26239
...@@ -96,7 +96,7 @@ cr.define('extensions', function() { ...@@ -96,7 +96,7 @@ cr.define('extensions', function() {
* In the case that the alert dialog was a success message, the entire * In the case that the alert dialog was a success message, the entire
* pack-dialog should close. Otherwise, we detach the alert by setting * pack-dialog should close. Otherwise, we detach the alert by setting
* lastResponse_ null. Additionally, if the user selected "proceed anyway" * lastResponse_ null. Additionally, if the user selected "proceed anyway"
* in the warning dialog, we pack the extension again with override flags. * in the dialog, we pack the extension again with override flags.
* @param {!Event} e * @param {!Event} e
* @private * @private
*/ */
...@@ -109,7 +109,7 @@ cr.define('extensions', function() { ...@@ -109,7 +109,7 @@ cr.define('extensions', function() {
return; return;
} }
/* This is only possible for a warning dialog. */ // This is only possible for a warning dialog.
if (this.$$('extensions-pack-dialog-alert').returnValue == 'success') { if (this.$$('extensions-pack-dialog-alert').returnValue == 'success') {
this.delegate.packExtension( this.delegate.packExtension(
this.lastResponse_.item_path, this.lastResponse_.pem_path, this.lastResponse_.item_path, this.lastResponse_.pem_path,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment