diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:37:31 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-15 01:37:31 +0000 |
commit | 880d489c99d671e440e5a7aecd6b69a7b3de57fe (patch) | |
tree | 8f3f16a29d28b896fb3727fbaad66e98429efa8f /chrome/common/chrome_switches.cc | |
parent | d2fc65d334aedeac55c9a439ae8e677e59894f52 (diff) | |
download | chromium_src-880d489c99d671e440e5a7aecd6b69a7b3de57fe.zip chromium_src-880d489c99d671e440e5a7aecd6b69a7b3de57fe.tar.gz chromium_src-880d489c99d671e440e5a7aecd6b69a7b3de57fe.tar.bz2 |
Couple of changes for chrome os startup:
. Adds command line option specifying some tabs should be pinned on
startup.
. Disables crash dialog on startup.
. Disables linux warning page on startup.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/149641
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index d289c89..c3a7770 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -547,4 +547,8 @@ const wchar_t kRendererCrashDump[] = L"renderer-crash-dumping"; // Enables the new Tabstrip on Windows. const wchar_t kEnableTabtastic2[] = L"enable-tabtastic2"; +// Number of tabs to pin on startup. This is not use if session restore is +// enabled. +const wchar_t kPinnedTabCount[] = L"pinned-tab-count"; + } // namespace switches |