Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: chrome/common/chrome_switches.cc

Issue 6579050: Elides the beginning of tab titles that have common prefixes. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« chrome/browser/ui/views/tabs/tab_renderer_data.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698