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 2e7eb9f37076768bdf1ecc58ba9db04ee6b29221..9f292c061288914b0dabb7b1d6be1c6769a612de 100644 |
--- a/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
+++ b/chrome/browser/ui/omnibox/omnibox_edit_model.cc |
@@ -515,7 +515,7 @@ void OmniboxEditModel::SetInputInProgress(bool in_progress) { |
// * 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. |
- if (chrome::ShouldDisplayOriginChipV2() && in_progress) |
+ if (chrome::ShouldDisplayOriginChip() && in_progress) |
controller()->GetToolbarModel()->set_origin_chip_enabled(false); |
controller_->GetToolbarModel()->set_input_in_progress(in_progress); |