| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index a39997fffc130fb8caa883e97ebd3d9203908bcc..64bfe58bca0c5771cc22c8509488ef432da848fc 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -34,7 +34,6 @@
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| -#include "ash/ash_switches.h"
|
| #include "ash/system/devicetype_utils.h"
|
| #include "chrome/browser/chromeos/ownership/owner_settings_service_chromeos.h"
|
| #include "chrome/browser/chromeos/ownership/owner_settings_service_chromeos_factory.h"
|
| @@ -203,10 +202,6 @@ void AddA11yStrings(content::WebUIDataSource* html_source) {
|
| "showExperimentalA11yFeatures",
|
| base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kEnableExperimentalAccessibilityFeatures));
|
| -
|
| - html_source->AddBoolean("enableAdjustableLargeCursor",
|
| - base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - ash::switches::kAshAdjustableLargeCursor));
|
| #endif
|
| }
|
|
|
|
|