summaryrefslogtreecommitdiffstats
path: root/chrome/browser/defaults.h
diff options
context:
space:
mode:
authoralicet@chromium.org <alicet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-06 02:19:32 +0000
committeralicet@chromium.org <alicet@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-06 02:19:32 +0000
commitd4a7790bf49f78b5b76eef2c9fdfd6da17b96254 (patch)
tree094bb9a41f94ad620c04b8d54f8ffcd69e960909 /chrome/browser/defaults.h
parent1c99a895c13a71e19d5f31e10c92a2ffa3c5ddc6 (diff)
downloadchromium_src-d4a7790bf49f78b5b76eef2c9fdfd6da17b96254.zip
chromium_src-d4a7790bf49f78b5b76eef2c9fdfd6da17b96254.tar.gz
chromium_src-d4a7790bf49f78b5b76eef2c9fdfd6da17b96254.tar.bz2
limit number of tabs allowed in touch ui.
BUG=None TEST=None Review URL: http://codereview.chromium.org/8115017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104230 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/defaults.h')
-rw-r--r--chrome/browser/defaults.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
index 1731806..4153907 100644
--- a/chrome/browser/defaults.h
+++ b/chrome/browser/defaults.h
@@ -80,6 +80,11 @@ extern const ui::ResourceBundle::FontStyle kAssociatedNetworkFontStyle;
// Preferred infobar border padding in pixels.
extern const int kInfoBarBorderPaddingVertical;
+// Max tab count allowed.
+// TODO(alicet): This is added to allow different tab limits for touch_ui.
+// This is temporary, and should be removed asap.
+extern const int kMaxTabCount;
+
//=============================================================================
// Runtime "const" - set only once after parsing command line option and should
// never be modified after that.