| 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;
|
|
|