Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 75998) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -431,6 +431,9 @@ |
// scripts. |
const char kDumpHistogramsOnExit[] = "dump-histograms-on-exit"; |
+// Enable eliding tab title prefixes that are common to multiple tabs. |
+const char kElideTabTitlePrefix[] = "elide-tab-title-prefix"; |
+ |
// Enable displaying net log events on the command line. |
extern const char kLogNetLog[] = "log-net-log"; |