| Index: chrome/browser/ui/omnibox/omnibox_edit_controller.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_controller.h b/chrome/browser/ui/omnibox/omnibox_edit_controller.h
|
| index 9b9f08e2f795f546d3a868c812bf0e547d895061..5bd9d984f311a225a56af6b98530da7293c8cebc 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_controller.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_controller.h
|
| @@ -54,6 +54,9 @@ class OmniboxEditController {
|
| // to ShowURL().
|
| void ShowOriginChip();
|
|
|
| + // Ends any in-progress animations related to showing/hiding the origin chip.
|
| + virtual void EndOriginChipAnimations() = 0;
|
| +
|
| // Returns the InstantController, or NULL if instant is not enabled.
|
| virtual InstantController* GetInstant() = 0;
|
|
|
|
|