| 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 57f5505c118e6857bfe4d5f2b6a7aaec199c3fa1..f9c705d8ee4c91409d6539d09c77beb9165539da 100644
|
| --- a/chrome/test/data/webui/md_bookmarks/test_store.js
|
| +++ b/chrome/test/data/webui/md_bookmarks/test_store.js
|
| @@ -19,6 +19,7 @@ suiteSetup(function() {
|
| TestStore.prototype = {
|
| __proto__: bookmarks.Store.prototype,
|
|
|
| + /** @override */
|
| init: function(state) {
|
| if (this.acceptInit_)
|
| bookmarks.Store.prototype.init.call(this, state);
|
| @@ -57,6 +58,7 @@ suiteSetup(function() {
|
| this.enableReducers_ = enabled;
|
| },
|
|
|
| + /** @override */
|
| reduce_: function(action) {
|
| this.lastAction_ = action;
|
| if (this.enableReducers_)
|
|
|