Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: chrome/browser/resources/history/history.js

Issue 13534002: History: Prevent entries from taking up all the available space. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.js
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js
index 5617a1281ce8fbf9bc3c0841476666d21c182511..3b5dbbe9d55a5d81c82ec3872606da0b9c0ed23e 100644
--- a/chrome/browser/resources/history/history.js
+++ b/chrome/browser/resources/history/history.js
@@ -200,7 +200,7 @@ Visit.prototype.getResultDOM = function(propertyBag) {
node.appendChild(entryBox);
if (this.model_.isManagedProfile && this.model_.getGroupByDomain()) {
- entryBox.appendChild(
+ node.appendChild(
getManagedStatusDOM(this.urlManualBehavior, this.urlInContentPack));
}
« no previous file with comments | « chrome/browser/resources/history/history.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698