| Index: chrome/browser/resources/md_history/history_list_behavior.js
|
| diff --git a/chrome/browser/resources/md_history/history_list_behavior.js b/chrome/browser/resources/md_history/history_list_behavior.js
|
| index 230139f0f6593d0a306ad753f864088a55f16d7a..0a6e84e55e92ea07ced7bfa8a1138cb71468a9c1 100644
|
| --- a/chrome/browser/resources/md_history/history_list_behavior.js
|
| +++ b/chrome/browser/resources/md_history/history_list_behavior.js
|
| @@ -175,7 +175,7 @@ var HistoryListBehavior = {
|
| }
|
| }.bind(this));
|
|
|
| - if (array.length == 0)
|
| + if (array.length == 0 && node.currentPath.indexOf('.') != -1)
|
| return true;
|
|
|
| // notifySplices gives better performance than individually splicing as it
|
|
|