| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index b9a99a10c20e0789e0cf4cbb2a12a2bd39566621..b2d96bfab49c6a2867ed378440d530b4b5d1e221 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -1571,8 +1571,7 @@ function load() {
|
| $('filter-controls').hidden = false;
|
| }
|
|
|
| - var title = loadTimeData.getString('title');
|
| - uber.invokeMethodOnParent('setTitle', {title: title});
|
| + uber.setTitle(loadTimeData.getString('title'));
|
|
|
| // Adjust the position of the notification bar when the window size changes.
|
| window.addEventListener('resize',
|
|
|