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

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

Issue 99268: Making CloseWindow and CloseTab automation API... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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
===================================================================
--- chrome/test/automated_ui_tests/automated_ui_tests.h (revision 14951)
+++ chrome/test/automated_ui_tests/automated_ui_tests.h (working copy)
@@ -141,11 +141,6 @@
// XML element: <ChangeEncoding/>
bool ChangeEncoding();
- // Uses accelerator to close the active tab if it isn't the only tab.
- // Returns false if active tab is the only tab, true otherwise.
- // XML element: <CloseTab/>
- bool CloseActiveTab();
-
// Opens one of the dialogs (chosen randomly) and exercises it.
// XML element: <Dialog/>
bool ExerciseDialog();

Powered by Google App Engine
This is Rietveld 408576698