| Index: chrome/common/chrome_switches.cc
|
| ===================================================================
|
| --- chrome/common/chrome_switches.cc (revision 20158)
|
| +++ chrome/common/chrome_switches.cc (working copy)
|
| @@ -532,6 +532,9 @@
|
| // still experimental.
|
| const wchar_t kEnableXSSAuditor[] = L"enable-xss-auditor";
|
|
|
| +// Enables pinned tabs. Only suppored on Linux now.
|
| +const wchar_t kEnableTabPinning[] = L"enable-pinned-tabs";
|
| +
|
| // A flag, generated internally by Chrome for renderer command lines (Linux
|
| // only). It tells the renderer to enable crash dumping since it cannot access
|
| // the user's home directory to find out for itself.
|
|
|