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

Unified Diff: chrome/browser/about_flags.cc

Issue 203473003: [FastTextAutosizer] Enable FastTextAutosizer on tot/dev by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 16b8278cc717e8e351c7a48b8526b967e75f1df0..c02b63fc425203d01976f8104718efed233b6c53 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1820,13 +1820,6 @@ const Experiment kExperiments[] = {
},
#if defined(OS_ANDROID)
{
- "enable-fast-text-autosizing",
- IDS_FLAGS_ENABLE_FAST_TEXT_AUTOSIZING_NAME,
- IDS_FLAGS_ENABLE_FAST_TEXT_AUTOSIZING_DESCRIPTION,
- kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableFastTextAutosizing)
- },
- {
"disable-cast",
IDS_FLAGS_DISABLE_CAST_NAME,
IDS_FLAGS_DISABLE_CAST_DESCRIPTION,
« no previous file with comments | « no previous file | chrome/browser/android/chrome_startup_flags.cc » ('j') | chrome/browser/android/chrome_startup_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698