Chromium Code Reviews

Unified Diff: chrome/browser/browser_keyevents_browsertest.cc

Issue 1701006: Implement UI automation on the Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/browser_keyevents_browsertest.cc
===================================================================
--- chrome/browser/browser_keyevents_browsertest.cc (revision 45975)
+++ chrome/browser/browser_keyevents_browsertest.cc (working copy)
@@ -135,7 +135,9 @@
gfx::NativeWindow window = NULL;
ASSERT_NO_FATAL_FAILURE(GetNativeWindow(&window));
EXPECT_TRUE(ui_controls::SendKeyPressNotifyWhenDone(
- window, key, control, shift, alt, new MessageLoop::QuitTask()));
+ window, key, control, shift, alt,
+ false /* command, */,
+ new MessageLoop::QuitTask()));
ui_test_utils::RunMessageLoop();
}
« no previous file with comments | « chrome/browser/browser_focus_uitest.cc ('k') | chrome/browser/chromeos/compact_location_bar_host_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine