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

Unified Diff: chrome/test/automation/window_proxy.cc

Issue 343080: Revert "Handle GTK enter and leave notification events and pass them to WebKit as " (Closed)
Patch Set: Created 11 years, 1 month 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/test/automation/window_proxy.h ('k') | chrome/test/data/mouseleave.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/automation/window_proxy.cc
diff --git a/chrome/test/automation/window_proxy.cc b/chrome/test/automation/window_proxy.cc
index 1a8f56bf5bd5d48b811a95ffdc0d8d7bf78afdac..5b08842850c59b4d1a28224e609b23fb4ba07e24 100644
--- a/chrome/test/automation/window_proxy.cc
+++ b/chrome/test/automation/window_proxy.cc
@@ -23,13 +23,6 @@ bool WindowProxy::SimulateOSClick(const gfx::Point& click, int flags) {
new AutomationMsg_WindowClick(0, handle_, click, flags));
}
-bool WindowProxy::SimulateOSMouseMove(const gfx::Point& location) {
- if (!is_valid()) return false;
-
- return sender_->Send(
- new AutomationMsg_WindowMouseMove(0, handle_, location));
-}
-
bool WindowProxy::GetWindowTitle(string16* text) {
if (!is_valid()) return false;
« no previous file with comments | « chrome/test/automation/window_proxy.h ('k') | chrome/test/data/mouseleave.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698