| Index: chrome/browser/android/vr_shell/toolbar_helper.cc
|
| diff --git a/chrome/browser/android/vr_shell/toolbar_helper.cc b/chrome/browser/android/vr_shell/toolbar_helper.cc
|
| index 3e1bbd7457ede0f2ef1aa6839dbd4e46165f3785..b776a570f59a0a4d3add60e01f90966076016250 100644
|
| --- a/chrome/browser/android/vr_shell/toolbar_helper.cc
|
| +++ b/chrome/browser/android/vr_shell/toolbar_helper.cc
|
| @@ -30,7 +30,7 @@ void ToolbarHelper::Update() {
|
| ToolbarState state(
|
| toolbar_model_->GetURL(), toolbar_model_->GetSecurityLevel(true),
|
| &toolbar_model_->GetVectorIcon(), toolbar_model_->GetSecureVerboseText(),
|
| - toolbar_model_->ShouldDisplayURL());
|
| + toolbar_model_->ShouldDisplayURL(), toolbar_model_->IsOfflinePage());
|
|
|
| if (current_state_ == state)
|
| return;
|
|
|