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

Unified Diff: chrome/browser/ui/views/dropdown_bar_host_delegate.h

Issue 1545023002: Relanding fix from ea9b0ba419a3598bdb7f7c62afdf4409afa73ab1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/browser/ui/views/dropdown_bar_host.cc ('k') | chrome/browser/ui/views/dropdown_bar_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/dropdown_bar_host_delegate.h
diff --git a/chrome/browser/ui/views/dropdown_bar_host_delegate.h b/chrome/browser/ui/views/dropdown_bar_host_delegate.h
index 9b98b4b4d25f83d56355c23f2ab485183ec497d9..c530414581421932b648106533738fbd4508b084 100644
--- a/chrome/browser/ui/views/dropdown_bar_host_delegate.h
+++ b/chrome/browser/ui/views/dropdown_bar_host_delegate.h
@@ -10,10 +10,6 @@ class DropdownBarHostDelegate {
// Claims focus for the text field and selects its contents.
virtual void SetFocusAndSelection(bool select_all) = 0;
- // Updates the view to let it know where the host is clipping the
- // dropdown widget (while animating the opening or closing of the widget).
- virtual void SetAnimationOffset(int offset) = 0;
-
protected:
virtual ~DropdownBarHostDelegate() {}
};
« no previous file with comments | « chrome/browser/ui/views/dropdown_bar_host.cc ('k') | chrome/browser/ui/views/dropdown_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698