| Index: chrome/browser/autocomplete/autocomplete_edit_view_mac.h
|
| diff --git a/chrome/browser/autocomplete/autocomplete_edit_view_mac.h b/chrome/browser/autocomplete/autocomplete_edit_view_mac.h
|
| index aec861ce20ddc3feab6a24bc9c22a15c4904e962..8f7007043c00c2dca38d38426cb29c2e879c93d8 100644
|
| --- a/chrome/browser/autocomplete/autocomplete_edit_view_mac.h
|
| +++ b/chrome/browser/autocomplete/autocomplete_edit_view_mac.h
|
| @@ -111,7 +111,8 @@ class AutocompleteEditViewMac : public AutocompleteEditView {
|
| // situations.
|
| bool IsFirstResponder() const;
|
|
|
| - // Grab focus if needed and set the selection to |range|.
|
| + // If |model_| believes it has focus, grab focus if needed and set
|
| + // the selection to |range|. Otherwise does nothing.
|
| void SetSelectedRange(const NSRange range);
|
|
|
| // Update the field with |display_text| and highlight the host and
|
|
|