Chromium Code Reviews| Index: chrome/browser/resources/local_ntp/local_ntp.js |
| diff --git a/chrome/browser/resources/local_ntp/local_ntp.js b/chrome/browser/resources/local_ntp/local_ntp.js |
| index efa4650d00d5b54b85c9ae96826e184001e9d0fa..ca4fed04715a54abff4fc990bd1c705eadbe4503 100644 |
| --- a/chrome/browser/resources/local_ntp/local_ntp.js |
| +++ b/chrome/browser/resources/local_ntp/local_ntp.js |
| @@ -1672,6 +1672,7 @@ function init() { |
| searchboxApiHandle.onnativesuggestions = updateSuggestions; |
| searchboxApiHandle.onchange = updateSuggestions; |
| searchboxApiHandle.onkeypress = handleKeyPress; |
| + // TODO(donnd): consider adding an onfocuschange handler. |
|
samarth
2013/05/13 20:56:53
Not need to add a TODO here. I don't see a good r
Donn Denman
2013/05/13 23:44:50
Done.
|
| // TODO(jered): Re-enable this after http://crbug.com/236492 is fixed. |
| // searchboxApiHandle.onmarginchange = setSuggestionStyles; |
| if (window.innerWidth > 0) { |