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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2814743009: Make adjustable large cursor enabled by default (Closed)
Patch Set: Rebase. Created 3 years, 8 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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index a1e1bdbfb6f4212c5e7cd10b4391519cb350aca0..0d952353bfd79c551530e55f5f021f6752df96a3 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2785,12 +2785,6 @@ const char kEnableCustomFeedbackUiDescription[] =
#endif // defined(OS_ANDROID)
-const char kEnableAdjustableLargeCursorName[] =
- "Enable adjustable large cursor";
-
-const char kEnableAdjustableLargeCursorDescription[] =
- "Make size of accessibility large cursor adjustable.";
-
#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_MACOSX) || \
defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698