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

Unified Diff: ui/file_manager/externs/chrome_app_window.js

Issue 801533006: Add type annotations to gallery/js/gallery.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed false-positive lint errors. Created 6 years 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 | « no previous file | ui/file_manager/externs/gallery.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/externs/chrome_app_window.js
diff --git a/ui/file_manager/externs/chrome_app_window.js b/ui/file_manager/externs/chrome_app_window.js
index 0d179ac841a98b85b56632f4b273b9c5557f035d..8edc3c3009517b2ae2cd9fe3164545607483eb3f 100644
--- a/ui/file_manager/externs/chrome_app_window.js
+++ b/ui/file_manager/externs/chrome_app_window.js
@@ -5,6 +5,9 @@
/**
* @constructor
* @see https://developer.chrome.com/apps/app_window#type-AppWindow
+ *
+ * TODO(yawano): Remove this since chrome.app.window.AppWindow is already
+ * defined.
*/
function AppWindow() {}
« no previous file with comments | « no previous file | ui/file_manager/externs/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698