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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.h

Issue 12088015: Add ability for EventGenerator to generate Scroll events asynchronously (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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/browser/ui/views/autofill/autofill_dialog_views.h
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.h b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
index 5971195d543c557fcba6cdb2668d7e88ad63597b..6ad8b5a65668a2f1fd10460a96d0d524f3eae572 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.h
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.h
@@ -156,9 +156,6 @@ class AutofillDialogViews : public AutofillDialogView,
virtual void OnMouseReleased(const ui::MouseEvent& event) OVERRIDE;
private:
- // Converts |event| to one suitable for |proxy_button_|.
- static ui::MouseEvent ProxyEvent(const ui::MouseEvent& event);
-
// Mouse events on |this| are sent to this button.
views::Button* proxy_button_; // Weak reference.

Powered by Google App Engine
This is Rietveld 408576698