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

Unified Diff: chrome/browser/about_flags.cc

Issue 830273003: Remove impl-side-painting from about:flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: impl-flags: removekEnableImplSidePainting Created 5 years, 11 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 713f97b545ee5e6ce29fecefc0bb3579436fe104..7a5d7f4c8c9566e374780f410880dc8f2c9dd45e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1132,14 +1132,6 @@ const Experiment kExperiments[] = {
},
#endif
{
- "impl-side-painting",
- IDS_FLAGS_IMPL_SIDE_PAINTING_NAME,
- IDS_FLAGS_IMPL_SIDE_PAINTING_DESCRIPTION,
- kOsAll,
- ENABLE_DISABLE_VALUE_TYPE(switches::kEnableImplSidePainting,
- switches::kDisableImplSidePainting)
- },
- {
"lcd-text-aa",
IDS_FLAGS_LCD_TEXT_NAME,
IDS_FLAGS_LCD_TEXT_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698