Index: chrome/browser/ui/webui/options/browser_options_handler.cc |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc |
index 947ff5b4d9c806d36b3b0cf4eca671a13301a10d..08fdcf647721fab6bfd366aa2e3e89c7cd11188d 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.cc |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.cc |
@@ -2008,14 +2008,7 @@ |
return; |
} |
- // We only care whether the event came from a keyboard or non-keyboard |
- // (mouse/touch). Set the default flags in such a way that it would appear |
- // that it came from a mouse by default. |
- bool activated_from_keyboard = false; |
- args->GetBoolean(0, &activated_from_keyboard); |
- int flags = activated_from_keyboard ? ui::EF_NONE : ui::EF_LEFT_MOUSE_BUTTON; |
- |
- arc::LaunchAndroidSettingsApp(profile, flags); |
+ arc::LaunchAndroidSettingsApp(profile); |
} |
void BrowserOptionsHandler::ShowAccessibilityTalkBackSettings( |