| 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() {
|
| }
|
|
|