| Index: chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| diff --git a/chrome/browser/ui/omnibox/omnibox_edit_model.cc b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| index 284d472d11a836801de6f1f628053b1e7881f38b..610947f6828b3ee6a6fc05a26014f82de6778b0c 100644
|
| --- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| +++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc
|
| @@ -510,7 +510,8 @@ void OmniboxEditModel::SetInputInProgress(bool in_progress) {
|
| }
|
|
|
| // The following code handles two cases:
|
| - // * For HIDE_ON_USER_INPUT, it hides the chip when user input begins.
|
| + // * For HIDE_ON_USER_INPUT and ON_SRP, it hides the chip when user input
|
| + // begins.
|
| // * For HIDE_ON_MOUSE_RELEASE, which only hides the chip on mouse release if
|
| // the omnibox is empty, it handles the "omnibox was not empty" case by
|
| // acting like HIDE_ON_USER_INPUT.
|
|
|