| Index: chrome/browser/resources/bookmark_manager/main.html
|
| ===================================================================
|
| --- chrome/browser/resources/bookmark_manager/main.html (revision 47198)
|
| +++ chrome/browser/resources/bookmark_manager/main.html (working copy)
|
| @@ -48,7 +48,7 @@
|
|
|
| // Sometimes the extension API is not initialized.
|
| if (!chrome.bookmarks)
|
| - window.location.reload();
|
| + console.error('Bookmarks extension API is not avaiable');
|
|
|
| // Allow platform specific CSS rules.
|
| if (cr.isMac)
|
|
|