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

Unified Diff: chrome_frame/test/net/dialog_watchdog.cc

Issue 339076: The newly added AboutChromeFrame test for IE full tab mode was failing on the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 | « chrome_frame/test/chrome_frame_unittests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/dialog_watchdog.cc
===================================================================
--- chrome_frame/test/net/dialog_watchdog.cc (revision 30411)
+++ chrome_frame/test/net/dialog_watchdog.cc (working copy)
@@ -59,12 +59,12 @@
chrome_frame_test::SendString(username_.c_str());
Sleep(100);
- chrome_frame_test::SendVirtualKey(VK_TAB);
+ chrome_frame_test::SendVirtualKey(VK_TAB, false);
Sleep(100);
chrome_frame_test::SendString(password_.c_str());
Sleep(100);
- chrome_frame_test::SendVirtualKey(VK_RETURN);
+ chrome_frame_test::SendVirtualKey(VK_RETURN, false);
return true;
}
« no previous file with comments | « chrome_frame/test/chrome_frame_unittests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698