| Index: chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.h b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| index 1ca4635b63896cd3ed536813eb7dc1c53c201e14..1cd5d3a03e1460a8047b8010a10b21a3d68764c1 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.h
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/autocomplete/autocomplete_controller_delegate.h"
|
| #include "chrome/browser/autocomplete/autocomplete_match.h"
|
| #include "chrome/common/metrics/proto/omnibox_event.pb.h"
|
| +#include "chrome/common/omnibox_focus_state.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ui/base/window_open_disposition.h"
|
| @@ -32,18 +33,6 @@ class Image;
|
| class Rect;
|
| }
|
|
|
| -// Omnibox focus state.
|
| -enum OmniboxFocusState {
|
| - // Not focused.
|
| - OMNIBOX_FOCUS_NONE,
|
| -
|
| - // Visibly focused.
|
| - OMNIBOX_FOCUS_VISIBLE,
|
| -
|
| - // Invisibly focused, i.e. focused with a hidden caret.
|
| - OMNIBOX_FOCUS_INVISIBLE,
|
| -};
|
| -
|
| // Reasons why the Omnibox focus state could change.
|
| enum OmniboxFocusChangeReason {
|
| // Includes any explicit changes to focus. (e.g. user clicking to change
|
|
|