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

Unified Diff: remoting/webapp/app_remoting/js/ar_background.js

Issue 1438043005: Closure compiler: Add app_remoting_webapp to bot. Fix some errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix parameter notation on createWindow function. Created 5 years, 1 month 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/webapp/app_remoting/js/app_connected_view.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/js/ar_background.js
diff --git a/remoting/webapp/app_remoting/js/ar_background.js b/remoting/webapp/app_remoting/js/ar_background.js
index d9ea8e51ddd57e44335837cd2ae143f8a21ff5d2..9bc792b93c2d193450bb893b2d3372204226b7e7 100644
--- a/remoting/webapp/app_remoting/js/ar_background.js
+++ b/remoting/webapp/app_remoting/js/ar_background.js
@@ -15,7 +15,7 @@ var mainWindow = null;
*/
var contextMenuIds = {};
-/** @param {chrome.app.runtime.LaunchData=} opt_launchData */
+/** @param {Object=} opt_launchData */
function createWindow(opt_launchData) {
// If there is already a window, give it focus.
if (mainWindow) {
« no previous file with comments | « remoting/webapp/app_remoting/js/app_connected_view.js ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698