| Index: chrome/browser/resources/history/history.js
|
| diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
|
| index a4cb64b875827142e08ccc27c41928adea83242d..1fac504289677490a86c213c43c2763319b33ca9 100644
|
| --- a/chrome/browser/resources/history/history.js
|
| +++ b/chrome/browser/resources/history/history.js
|
| @@ -1182,7 +1182,7 @@ HistoryView.prototype.showWebHistoryNotification = function(
|
| }
|
|
|
| if (message)
|
| - this.showNotification(message);
|
| + this.showNotification(message, false /* isWarning */);
|
| };
|
|
|
| /**
|
|
|