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

Unified Diff: ash/common/accelerators/accelerator_table_unittest.cc

Issue 2689143002: ash: Remove OS_CHROMEOS ifdefs from accelerator files (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « ash/common/accelerators/accelerator_table.cc ('k') | ash/common/accelerators/debug_commands.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/accelerators/accelerator_table_unittest.cc
diff --git a/ash/common/accelerators/accelerator_table_unittest.cc b/ash/common/accelerators/accelerator_table_unittest.cc
index d2bd6ffa83c9205de8dffc5d75d5715579d5fd1b..e469625545a0282e11a622e8ac2eff0d9b5d65da 100644
--- a/ash/common/accelerators/accelerator_table_unittest.cc
+++ b/ash/common/accelerators/accelerator_table_unittest.cc
@@ -74,8 +74,6 @@ TEST(AcceleratorTableTest, CheckDuplicatedRepeatableActions) {
}
}
-#if defined(OS_CHROMEOS)
-
TEST(AcceleratorTableTest, CheckDeprecatedAccelerators) {
std::set<AcceleratorData, Cmp> deprecated_actions;
for (size_t i = 0; i < kDeprecatedAcceleratorsLength; ++i) {
@@ -103,6 +101,4 @@ TEST(AcceleratorTableTest, CheckDeprecatedAccelerators) {
}
}
-#endif // defined(OS_CHROMEOS)
-
} // namespace ash
« no previous file with comments | « ash/common/accelerators/accelerator_table.cc ('k') | ash/common/accelerators/debug_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698