Index: chrome/browser/ui/omnibox/omnibox_view.h |
diff --git a/chrome/browser/ui/omnibox/omnibox_view.h b/chrome/browser/ui/omnibox/omnibox_view.h |
index 692144f48fc5aeb8585e4c18ccab27b1dd8c29a8..ca00bc3e1d1e1dc832acf1520703980bb17f64d2 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_view.h |
+++ b/chrome/browser/ui/omnibox/omnibox_view.h |
@@ -152,6 +152,10 @@ class OmniboxView { |
// Sets the focus to the autocomplete view. |
virtual void SetFocus() = 0; |
+ // Sets the focus to the autocomplete view but doesn't visible show focus to |
Mathieu
2012/11/20 23:26:01
*visibly
samarth
2012/11/21 00:40:15
Done.
|
+ // the user (i.e. no blinking caret or border highlight). |
+ virtual void SetInvisibleFocus() = 0; |
+ |
// Called when the temporary text in the model may have changed. |
// |display_text| is the new text to show; |save_original_selection| is true |
// when there wasn't previously a temporary text and thus we need to save off |