diff options
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 0462705..d289c89 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -539,9 +539,6 @@ const wchar_t kEnableMonitorProfile[] = L"enable-monitor-profile"; // 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. |