| Index: chrome/browser/dom_ui/new_tab_ui.cc
|
| ===================================================================
|
| --- chrome/browser/dom_ui/new_tab_ui.cc (revision 22760)
|
| +++ chrome/browser/dom_ui/new_tab_ui.cc (working copy)
|
| @@ -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.
|
|
|
| @@ -1306,7 +1306,7 @@
|
| const TabRestoreService::Entries& entries = service->entries();
|
| ListValue list_value;
|
| 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
|
|
|
| Property changes on: chrome\browser\dom_ui\new_tab_ui.cc
|
| ___________________________________________________________________
|
| Modified: svn:mergeinfo
|
| Merged /trunk/src/chrome/browser/dom_ui/new_tab_ui.cc:r22396
|
|
|
|
|