Chromium Code Reviews| Index: chrome/test/data/webui/md_history/history_overflow_menu_test.js |
| diff --git a/chrome/test/data/webui/md_history/history_overflow_menu_test.js b/chrome/test/data/webui/md_history/history_overflow_menu_test.js |
| index 894bf857df241e10f72f46702e061195a97a4313..9d60ca1f40cddc687b9db1d558caa48232d85d49 100644 |
| --- a/chrome/test/data/webui/md_history/history_overflow_menu_test.js |
| +++ b/chrome/test/data/webui/md_history/history_overflow_menu_test.js |
| @@ -6,13 +6,13 @@ cr.define('md_history.history_overflow_menu_test', function() { |
| // Menu button event. |
| var MENU_EVENT = { |
| detail: { |
| - accessTime: 1 |
| + itemIdentifier: 1 |
| } |
| }; |
| var ADDITIONAL_MENU_EVENT = { |
| detail: { |
| - accessTime: 2 |
| + itemIdentifier: 2 |
|
calamity
2016/02/03 05:09:13
Hmmmmmmm. These don't accurately reflect the real
hsampson
2016/02/08 00:39:37
Done.
|
| } |
| }; |