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

Unified Diff: chrome/browser/resources/history/history_focus_manager.js

Issue 454223004: Typecheck JS files for chrome://history (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@B_download
Patch Set: rebase once again Created 6 years, 4 months 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 | « chrome/browser/resources/history/history.js ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history_focus_manager.js
diff --git a/chrome/browser/resources/history/history_focus_manager.js b/chrome/browser/resources/history/history_focus_manager.js
index 2d01f5cd0befbd5aab7ea358b57d84b6d0faa3f5..84b56c5140ef7b036f2f9db93277d68b709f6a41 100644
--- a/chrome/browser/resources/history/history_focus_manager.js
+++ b/chrome/browser/resources/history/history_focus_manager.js
@@ -9,6 +9,7 @@ var FocusManager = cr.ui.FocusManager;
* "background" pages (i.e., those in a dialog that is not the topmost overlay)
* do not receive focus.
* @constructor
+ * @extends {cr.ui.FocusManager}
*/
function HistoryFocusManager() {
}
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698