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

Unified Diff: chrome/browser/about_flags.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/browser/about_flags.cc
===================================================================
--- chrome/browser/about_flags.cc (revision 75998)
+++ chrome/browser/about_flags.cc (working copy)
@@ -261,6 +261,13 @@
kOsAll,
SINGLE_VALUE_TYPE(switches::kEnableHistoryQuickProvider)
},
+ {
+ "tab-title-prefix-eliding",
+ IDS_FLAGS_ELIDE_TAB_TITLE_PREFIX,
+ IDS_FLAGS_ELIDE_TAB_TITLE_PREFIX_DESCRIPTION,
+ kOsAll,
sky 2011/02/25 17:02:07 Your patch only effects windows and chromeos.
MAD 2011/02/25 20:09:13 Ho, I didn't realize that... Changed to: kOsWin |
+ SINGLE_VALUE_TYPE(switches::kElideTabTitlePrefix)
+ },
};
const Experiment* experiments = kExperiments;

Powered by Google App Engine
This is Rietveld 408576698