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

Unified Diff: chrome/test/base/ui_test_utils.h

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/base/ui_test_utils.h
===================================================================
--- chrome/test/base/ui_test_utils.h (revision 147965)
+++ chrome/test/base/ui_test_utils.h (working copy)
@@ -195,7 +195,6 @@
// Blocks until an application modal dialog is showns and returns it.
AppModalDialog* WaitForAppModalDialog();
-void WaitForAppModalDialogAndCloseIt();
// Causes the specified tab to crash. Blocks until it is crashed.
void CrashTab(content::WebContents* tab);
@@ -213,10 +212,6 @@
// no InfoBar open when the test starts may need to use this.
void CloseAllInfoBars(TabContents* tab);
-#if defined OS_MACOSX
-void SetWindowBounds(gfx::NativeWindow window, const gfx::Rect& bounds);
-#endif
-
// Returns true if the View is focused.
bool IsViewFocused(const Browser* browser, ViewID vid);
@@ -238,10 +233,6 @@
// Blocks until the |history_service|'s history finishes loading.
void WaitForHistoryToLoad(HistoryService* history_service);
-// Puts the native window for |browser| in |native_window|. Returns true on
-// success.
-bool GetNativeWindow(const Browser* browser, gfx::NativeWindow* native_window);
-
// Brings the native window for |browser| to the foreground. Returns true on
// success.
bool BringBrowserWindowToFront(const Browser* browser) WARN_UNUSED_RESULT;

Powered by Google App Engine
This is Rietveld 408576698