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

Unified Diff: chrome/test/automation/tab_proxy.h

Issue 211033: Automated ui test porting + cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: all green\! 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/automation/tab_proxy.h
===================================================================
--- chrome/test/automation/tab_proxy.h (revision 26702)
+++ chrome/test/automation/tab_proxy.h (working copy)
@@ -310,15 +310,8 @@
bool OverrideEncoding(const std::string& encoding);
#if defined(OS_WIN)
- // Resizes the tab window.
- // The parent_window parameter allows a parent to be specified for the window
- // passed in.
- void Reposition(HWND window, HWND window_insert_after, int left, int top,
- int width, int height, int flags, HWND parent_window);
-
// Sends the selected context menu command to the chrome instance
void SendContextMenuCommand(int selected_command);
-
#endif // defined(OS_WIN)
// Selects all contents on the page.

Powered by Google App Engine
This is Rietveld 408576698