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

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

Issue 5526008: Simplify the magic required to create IPC message headers a bit. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years 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
« no previous file with comments | « chrome/common/worker_messages_internal.h ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/tab_proxy.h
===================================================================
--- chrome/test/automation/tab_proxy.h (revision 68536)
+++ chrome/test/automation/tab_proxy.h (working copy)
@@ -197,14 +197,6 @@
// the last tab.
bool Close(bool wait_until_closed) WARN_UNUSED_RESULT;
-#if defined(OS_WIN)
- // TODO(port): Use portable replacement for HWND.
-
- // Gets the HWND that corresponds to the content area of this tab.
- // Returns true if the call was successful.
- bool GetHWND(HWND* hwnd) const WARN_UNUSED_RESULT;
-#endif // defined(OS_WIN)
-
// Gets the process ID that corresponds to the content area of this tab.
// Returns true if the call was successful. If the specified tab has no
// separate process for rendering its content, the return value is true but
« no previous file with comments | « chrome/common/worker_messages_internal.h ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698