diff options
Diffstat (limited to 'chrome/browser/defaults.cc')
-rw-r--r-- | chrome/browser/defaults.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc index b9ecf0a..a76ebbf 100644 --- a/chrome/browser/defaults.cc +++ b/chrome/browser/defaults.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -70,11 +70,8 @@ const bool kShowOtherBrowsersInAboutMemory = true; #if defined(OS_MACOSX) const bool kBrowserAliveWithNoWindows = true; -// When this gets enabled on Mac, remove this default. -const bool kEnablePinnedTabs = false; #else const bool kBrowserAliveWithNoWindows = false; -const bool kEnablePinnedTabs = true; #endif } // namespace browser_defaults |