Commit 3fa75e70 authored by Hiroki Sato's avatar Hiroki Sato Committed by Commit Bot

Remove unnecessary clang-format off in caccessibility_features_apitest.cc

Bug: None
Test: git cl format
Change-Id: I08b4db32c18a7d8dd88058f834bf66448f84b284
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2413712
Auto-Submit: Hiroki Sato <hirokisato@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807925}
parent 0c432190
...@@ -188,16 +188,13 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) { ...@@ -188,16 +188,13 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) {
// WARNING: Make sure that features which load Chrome extension are not among // WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason). // enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = { std::vector<std::string> enabled_features = {
// clang-format off
"cursorHighlight", "cursorHighlight",
"highContrast", "highContrast",
"largeCursor", "largeCursor",
"stickyKeys", "stickyKeys",
// clang-format on
}; };
std::vector<std::string> disabled_features = { std::vector<std::string> disabled_features = {
// clang-format off
"autoclick", "autoclick",
"caretHighlight", "caretHighlight",
"dockedMagnifier", "dockedMagnifier",
...@@ -207,7 +204,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) { ...@@ -207,7 +204,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get) {
"spokenFeedback", "spokenFeedback",
"switchAccess", "switchAccess",
"virtualKeyboard", "virtualKeyboard",
// clang-format on
}; };
ASSERT_TRUE( ASSERT_TRUE(
...@@ -235,17 +231,14 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) { ...@@ -235,17 +231,14 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) {
// WARNING: Make sure that features which load Chrome extension are not among // WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason). // enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = { std::vector<std::string> enabled_features = {
// clang-format off
"cursorHighlight", "cursorHighlight",
"dockedMagnifier", "dockedMagnifier",
"highContrast", "highContrast",
"largeCursor", "largeCursor",
"stickyKeys", "stickyKeys",
// clang-format on
}; };
std::vector<std::string> disabled_features = { std::vector<std::string> disabled_features = {
// clang-format off
"autoclick", "autoclick",
"caretHighlight", "caretHighlight",
"focusHighlight", "focusHighlight",
...@@ -254,7 +247,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) { ...@@ -254,7 +247,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Get_ComponentApp) {
"spokenFeedback", "spokenFeedback",
"switchAccess", "switchAccess",
"virtualKeyboard", "virtualKeyboard",
// clang-format on
}; };
ASSERT_TRUE( ASSERT_TRUE(
...@@ -282,15 +274,12 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) { ...@@ -282,15 +274,12 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) {
// speak, autoclick, or switch access here would break this assumption as it // speak, autoclick, or switch access here would break this assumption as it
// would induce loading of Chrome extension. // would induce loading of Chrome extension.
std::vector<std::string> enabled_features = { std::vector<std::string> enabled_features = {
// clang-format off
"caretHighlight", "caretHighlight",
"focusHighlight", "focusHighlight",
"stickyKeys", "stickyKeys",
// clang-format on
}; };
std::vector<std::string> disabled_features = { std::vector<std::string> disabled_features = {
// clang-format off
"autoclick", "autoclick",
"cursorHighlight", "cursorHighlight",
"dockedMagnifier", "dockedMagnifier",
...@@ -301,7 +290,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) { ...@@ -301,7 +290,6 @@ IN_PROC_BROWSER_TEST_P(AccessibilityFeaturesApiTest, Set) {
"spokenFeedback", "spokenFeedback",
"switchAccess", "switchAccess",
"virtualKeyboard", "virtualKeyboard",
// clang-format on
}; };
ASSERT_TRUE( ASSERT_TRUE(
...@@ -330,16 +318,13 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) { ...@@ -330,16 +318,13 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) {
// WARNING: Make sure that features which load Chrome extension are not among // WARNING: Make sure that features which load Chrome extension are not among
// enabled_features (see |Set| test for the reason). // enabled_features (see |Set| test for the reason).
std::vector<std::string> enabled_features = { std::vector<std::string> enabled_features = {
// clang-format off
"caretHighlight", "caretHighlight",
"dockedMagnifier", "dockedMagnifier",
"focusHighlight", "focusHighlight",
"stickyKeys", "stickyKeys",
// clang-format on
}; };
std::vector<std::string> disabled_features = { std::vector<std::string> disabled_features = {
// clang-format off
"autoclick", "autoclick",
"cursorHighlight", "cursorHighlight",
"highContrast", "highContrast",
...@@ -349,7 +334,6 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) { ...@@ -349,7 +334,6 @@ IN_PROC_BROWSER_TEST_F(AccessibilityFeaturesApiTest, ObserveFeatures) {
"spokenFeedback", "spokenFeedback",
"switchAccess", "switchAccess",
"virtualKeyboard", "virtualKeyboard",
// clang-format on
}; };
ASSERT_TRUE( ASSERT_TRUE(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment