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

Unified Diff: chrome/test/ui_test_utils.h

Issue 164198: Merge 21961 - The focus would be messedup when reloading a crashed tab, also ... (Closed) Base URL: svn://chrome-svn/chrome/branches/195/src/
Patch Set: Created 11 years, 4 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/browser/views/tab_contents/tab_contents_view_win.cc ('k') | chrome/test/ui_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui_test_utils.h
===================================================================
--- chrome/test/ui_test_utils.h (revision 22808)
+++ chrome/test/ui_test_utils.h (working copy)
@@ -17,6 +17,7 @@
class GURL;
class NavigationController;
class RenderViewHost;
+class TabContents;
class Value;
// A collections of functions designed for use with InProcessBrowserTest.
@@ -90,6 +91,8 @@
// Blocks until an application modal dialog is showns and returns it.
AppModalDialog* WaitForAppModalDialog();
+// Causes the specified tab to crash. Blocks until it is crashed.
+void CrashTab(TabContents* tab);
}
#endif // CHROME_TEST_UI_TEST_UTILS_H_
Property changes on: chrome\test\ui_test_utils.h
___________________________________________________________________
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/test/ui_test_utils.h:r69-2775
Merged /trunk/src/chrome/test/ui_test_utils.h:r21961
« no previous file with comments | « chrome/browser/views/tab_contents/tab_contents_view_win.cc ('k') | chrome/test/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698