Chromium Code Reviews| Index: chrome/test/data/webui/md_bookmarks/test_store.js |
| diff --git a/chrome/test/data/webui/md_bookmarks/test_store.js b/chrome/test/data/webui/md_bookmarks/test_store.js |
| index 5d85e447f0c9b10f45be8100d11c47e8f7202f4a..10fab150dd8ad5be18aa6e94106125c4a714deb4 100644 |
| --- a/chrome/test/data/webui/md_bookmarks/test_store.js |
| +++ b/chrome/test/data/webui/md_bookmarks/test_store.js |
| @@ -26,6 +26,10 @@ suiteSetup(function() { |
| return this.lastAction_; |
| }, |
| + resetLastAction() { |
| + this.lastAction_ = null; |
| + }, |
| + |
| get data() { |
| return this.data_; |
| }, |