| 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 0dd9791930bb61b47fe66627b542f9f31935481e..77f5c0fee158a3f7cc0d891cd294c15a5e833e7d 100644
|
| --- a/chrome/test/data/webui/md_bookmarks/test_store.js
|
| +++ b/chrome/test/data/webui/md_bookmarks/test_store.js
|
| @@ -14,6 +14,8 @@ cr.define('bookmarks', function() {
|
| this.observers_.push(client);
|
| },
|
|
|
| + init: function() {},
|
| +
|
| removeObserver: function(client) {},
|
|
|
| isInitialized: function() {
|
|
|