| Index: chrome/browser/resources/md_history/history_toolbar.js
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.js b/chrome/browser/resources/md_history/history_toolbar.js
|
| index 27626da4063694ace6d9047816cbb96b4b3a5e84..29d065ed2866c47fe252ab512d29426c6cf89b03 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.js
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.js
|
| @@ -208,6 +208,9 @@ Polymer({
|
| /** @private */
|
| getHistoryInterval_: function() {
|
| var info = this.queryInfo;
|
| + if (!info)
|
| + return;
|
| +
|
| if (this.groupedRange == HistoryRange.WEEK)
|
| return info.queryInterval;
|
|
|
|
|