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

Side by Side Diff: chrome/browser/defaults.h

Issue 1119005: [Mac] Re-enable pinned tabs; add support for mini-tabs and phantom tabs. (Closed)
Patch Set: Nits Created 10 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/cocoa/tab_strip_model_observer_bridge.mm ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines various defaults whose values varies depending upon the OS. 5 // Defines various defaults whose values varies depending upon the OS.
6 6
7 #ifndef CHROME_BROWSER_DEFAULTS_H_ 7 #ifndef CHROME_BROWSER_DEFAULTS_H_
8 #define CHROME_BROWSER_DEFAULTS_H_ 8 #define CHROME_BROWSER_DEFAULTS_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
11 #include "chrome/browser/session_startup_pref.h" 11 #include "chrome/browser/session_startup_pref.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 // Does the download page have the show in folder option? 57 // Does the download page have the show in folder option?
58 extern const bool kDownloadPageHasShowInFolder; 58 extern const bool kDownloadPageHasShowInFolder;
59 59
60 // Should the tab strip be sized to the top of the tab strip? 60 // Should the tab strip be sized to the top of the tab strip?
61 extern const bool kSizeTabButtonToTopOfTabStrip; 61 extern const bool kSizeTabButtonToTopOfTabStrip;
62 62
63 // Whether we should bootstrap the sync authentication using cookies instead of 63 // Whether we should bootstrap the sync authentication using cookies instead of
64 // asking the user for credentials. 64 // asking the user for credentials.
65 extern const bool kBootstrapSyncAuthentication; 65 extern const bool kBootstrapSyncAuthentication;
66 66
67 // Are pinned tabs enabled?
68 extern const bool kEnablePinnedTabs;
69
70 // Should other browsers be shown in about:memory page? 67 // Should other browsers be shown in about:memory page?
71 extern const bool kShowOtherBrowsersInAboutMemory; 68 extern const bool kShowOtherBrowsersInAboutMemory;
72 69
73 } // namespace browser_defaults 70 } // namespace browser_defaults
74 71
75 #endif // CHROME_BROWSER_DEFAULTS_H_ 72 #endif // CHROME_BROWSER_DEFAULTS_H_
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/tab_strip_model_observer_bridge.mm ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698