diff options
-rw-r--r-- | chrome/browser/dom_ui/new_tab_ui.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc index c9c4983..f8f4fda 100644 --- a/chrome/browser/dom_ui/new_tab_ui.cc +++ b/chrome/browser/dom_ui/new_tab_ui.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -1313,7 +1313,7 @@ void RecentlyClosedTabsHandler::TabRestoreServiceChanged( ListValue list_value; std::set<std::wstring> unique_items; int added_count = 0; - const int max_count = NewTabUI::UseOldNewTabPage() ? 3 : 6; + const int max_count = NewTabUI::UseOldNewTabPage() ? 3 : 10; // We filter the list of recently closed to only show 'interesting' entries, // where an interesting entry is either a closed window or a closed tab |