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

Unified Diff: chrome/test/automated_ui_tests/automated_ui_tests.h

Issue 196096: First part of automated_ui_tests improvements.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: disable on lin/mac Created 11 years, 3 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/automated_ui_tests/automated_ui_tests.h
diff --git a/chrome/test/automated_ui_tests/automated_ui_tests.h b/chrome/test/automated_ui_tests/automated_ui_tests.h
index 1db44bbb0762edd978d6dc3ba91c0878135949cf..d370b7080481b4de7cfa90efeefd7846b65eabb4 100644
--- a/chrome/test/automated_ui_tests/automated_ui_tests.h
+++ b/chrome/test/automated_ui_tests/automated_ui_tests.h
@@ -141,15 +141,6 @@ class AutomatedUITest : public AutomatedUITestBase {
// XML element: <Dialog/>
bool ExerciseDialog();
- // Activates "find in page" on the current page.
- // XML element: <FindInPage/>
- bool FindInPage();
-
- // Navigates to the Home page.
- // Returns true if call to activate the accelerator is successful.
- // XML element: <Home/>
- bool Home();
-
// Opens the JavaScriptConsole window. While it isn't modal, it takes focus
// from the current browser window, so most of the test can't continue until
// it is dismissed.
@@ -226,27 +217,6 @@ class AutomatedUITest : public AutomatedUITestBase {
// XML element: <UpArrow/>
bool PressUpArrow();
- // Activates the next tab on the active browser window.
- // XML element: <SelectNextTab/>
- bool SelectNextTab();
-
- // Activates the previous tab on the active browser window.
- // XML element: <SelectPrevTab/>
- bool SelectPreviousTab();
-
- // Displays the bookmark bar.
- // Returns true if call to activate the accelerator is successful.
- // XML element: <ShowBookmarks/>
- bool ShowBookmarkBar();
-
- // Opens the Downloads page in the current active browser window.
- // XML element: <Downloads/>
- bool ShowDownloads();
-
- // Opens the History page in the current active browser window.
- // XML element: <History/>
- bool ShowHistory();
-
// Stars the current page. This opens a dialog that may or may not be
// dismissed.
// XML element: <Star/>
« no previous file with comments | « chrome/test/automated_ui_tests/automated_ui_test_test.cc ('k') | chrome/test/automated_ui_tests/automated_ui_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698