summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/ntp_search/apps_page.js
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/ntp_search/apps_page.js')
-rw-r--r--chrome/browser/resources/ntp_search/apps_page.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/ntp_search/apps_page.js b/chrome/browser/resources/ntp_search/apps_page.js
index 1e7d1d5..dd65278 100644
--- a/chrome/browser/resources/ntp_search/apps_page.js
+++ b/chrome/browser/resources/ntp_search/apps_page.js
@@ -80,7 +80,7 @@ cr.define('ntp', function() {
/**
* Appends a menu item to |this.menu|.
- * @param {?String} textId If non-null, the ID for the localized string
+ * @param {?string} textId If non-null, the ID for the localized string
* that acts as the item's label.
*/
appendMenuItem_: function(textId) {
@@ -730,7 +730,7 @@ cr.define('ntp', function() {
/**
* Launches the specified app using the APP_LAUNCH_NTP_APP_RE_ENABLE
* histogram. This should only be invoked from the AppLauncherHandler.
- * @param {String} appID The ID of the app.
+ * @param {string} appID The ID of the app.
*/
function launchAppAfterEnable(appId) {
chrome.send('launchApp', [appId, APP_LAUNCH.NTP_APP_RE_ENABLE]);