diff options
Diffstat (limited to 'chrome/browser/defaults.cc')
-rw-r--r-- | chrome/browser/defaults.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/defaults.cc b/chrome/browser/defaults.cc index 2be990d..6ae71e3 100644 --- a/chrome/browser/defaults.cc +++ b/chrome/browser/defaults.cc @@ -16,6 +16,7 @@ const SessionStartupPref::Type kDefaultSessionStartupType = SessionStartupPref::LAST; const bool kSuppressCrashInfoBar = true; const bool kRestoreAfterCrash = true; +const int kPinnedTabWidth = 64; #elif defined(OS_LINUX) @@ -37,6 +38,7 @@ const SessionStartupPref::Type kDefaultSessionStartupType = SessionStartupPref::DEFAULT; const bool kSuppressCrashInfoBar = false; const bool kRestoreAfterCrash = false; +const int kPinnedTabWidth = 56; #endif |