| Index: chrome/browser/resources/extensions/extension_options_overlay.js
|
| diff --git a/chrome/browser/resources/extensions/extension_options_overlay.js b/chrome/browser/resources/extensions/extension_options_overlay.js
|
| index eb15741494d56b13a29cacee6ee97211b873681a..07684a98bef5cbc3f8f0e889039b4c9c808b894e 100644
|
| --- a/chrome/browser/resources/extensions/extension_options_overlay.js
|
| +++ b/chrome/browser/resources/extensions/extension_options_overlay.js
|
| @@ -44,7 +44,10 @@ cr.define('extensions', function() {
|
| this.getExtensionOptions_().focus();
|
| },
|
|
|
| - /** @return {?Element} */
|
| + /**
|
| + * @return {?Element}
|
| + * @private
|
| + */
|
| getExtensionOptions_: function() {
|
| return $('extension-options-overlay-guest').querySelector(
|
| 'extensionoptions');
|
| @@ -74,8 +77,8 @@ cr.define('extensions', function() {
|
| * @param {string} extensionName The name of the extension, which is used
|
| * as the header of the overlay.
|
| * @param {string} extensionIcon The URL of the extension's icon.
|
| - * @param {function():void} shownCallback A function called when show
|
| - * animation completes.
|
| + * @param {function():void} shownCallback A function called when
|
| + * showing completes.
|
| * @suppress {checkTypes}
|
| * TODO(vitalyp): remove the suppression after adding
|
| * chrome/renderer/resources/extensions/extension_options.js
|
|
|