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

Side by Side Diff: chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc

Issue 2166793005: Moves accelerator code using common types to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@debug_commands
Patch Set: not relative Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include <queue> 5 #include <queue>
6 6
7 #include "ash/accelerators/accelerator_controller.h" 7 #include "ash/common/accelerators/accelerator_controller.h"
8 #include "ash/accelerators/accelerator_table.h" 8 #include "ash/common/accelerators/accelerator_table.h"
9 #include "ash/common/accessibility_types.h" 9 #include "ash/common/accessibility_types.h"
10 #include "ash/common/system/tray/system_tray.h" 10 #include "ash/common/system/tray/system_tray.h"
11 #include "ash/shell.h" 11 #include "ash/shell.h"
12 #include "base/command_line.h" 12 #include "base/command_line.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/strings/pattern.h" 14 #include "base/strings/pattern.h"
15 #include "base/strings/string_util.h" 15 #include "base/strings/string_util.h"
16 #include "chrome/app/chrome_command_ids.h" 16 #include "chrome/app/chrome_command_ids.h"
17 #include "chrome/browser/chrome_notification_types.h" 17 #include "chrome/browser/chrome_notification_types.h"
18 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h" 18 #include "chrome/browser/chromeos/accessibility/accessibility_manager.h"
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 ASSERT_TRUE(ui_test_utils::SendKeyPressToWindowSync( 754 ASSERT_TRUE(ui_test_utils::SendKeyPressToWindowSync(
755 window, ui::VKEY_TAB, false, true /*shift*/, false, false)); 755 window, ui::VKEY_TAB, false, true /*shift*/, false, false));
756 while (speech_monitor_.GetNextUtterance() != "Select your language:") { 756 while (speech_monitor_.GetNextUtterance() != "Select your language:") {
757 } 757 }
758 EXPECT_EQ("English ( United States)", speech_monitor_.GetNextUtterance()); 758 EXPECT_EQ("English ( United States)", speech_monitor_.GetNextUtterance());
759 EXPECT_TRUE(base::MatchPattern(speech_monitor_.GetNextUtterance(), 759 EXPECT_TRUE(base::MatchPattern(speech_monitor_.GetNextUtterance(),
760 "Combo box * of *")); 760 "Combo box * of *"));
761 } 761 }
762 762
763 } // namespace chromeos 763 } // namespace chromeos
OLDNEW
« no previous file with comments | « ash/wm/system_gesture_event_filter_unittest.cc ('k') | chrome/browser/extensions/api/automation/automation_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698