diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 21:20:54 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-02 21:20:54 +0000 |
commit | 1a242c311da93e0458808816d5212805e7b93464 (patch) | |
tree | 6cecde28259a1ae051436f44f1f23e9a69be276d /chrome/browser/defaults.cc | |
parent | 12d1d395df66090ce37a8719040bf9c096636330 (diff) | |
download | chromium_src-1a242c311da93e0458808816d5212805e7b93464.zip chromium_src-1a242c311da93e0458808816d5212805e7b93464.tar.gz chromium_src-1a242c311da93e0458808816d5212805e7b93464.tar.bz2 |
Adjusts tab strip model to deal with app tabs. There were a couple of
places where I left them using the variable with pinned when it should
be app because those places need to be radically whacked. I'll do that
next.
BUG=32845
TEST=none yet
Review URL: http://codereview.chromium.org/555173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37880 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.cc')
-rw-r--r-- | chrome/browser/defaults.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc index 080ec265..a901949 100644 --- a/chrome/browser/defaults.cc +++ b/chrome/browser/defaults.cc @@ -6,12 +6,6 @@ namespace browser_defaults { -#if defined(TOOLKIT_VIEWS) -const bool kPinnedTabsActLikeApps = true; -#else -const bool kPinnedTabsActLikeApps = false; -#endif - #if defined(OS_CHROMEOS) const double kAutocompleteEditFontPixelSize = 12.0; |