| Index: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
|
| index 71d6ec75ce7d80be94ca894d3e327f6c77ad2142..b5e932ec659267a0f1415f604ef18e0add8d86b7 100644
|
| --- a/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc
|
| @@ -435,7 +435,7 @@ void OmniboxViewGtk::SaveStateToTab(WebContents* tab) {
|
| void OmniboxViewGtk::Update(const WebContents* contents) {
|
| // NOTE: We're getting the URL text here from the ToolbarModel.
|
| bool visibly_changed_permanent_text =
|
| - model()->UpdatePermanentText(toolbar_model()->GetText());
|
| + model()->UpdatePermanentText(toolbar_model()->GetText(true));
|
|
|
| ToolbarModel::SecurityLevel security_level =
|
| toolbar_model()->GetSecurityLevel();
|
|
|