| Index: chrome/browser/extensions/tab_helper.cc
|
| diff --git a/chrome/browser/extensions/tab_helper.cc b/chrome/browser/extensions/tab_helper.cc
|
| index a6352bd968a9ae45ad65ed8e81b82fae3bdc8893..f85e854b63c31cfd75b15b6b227605ca4877b864 100644
|
| --- a/chrome/browser/extensions/tab_helper.cc
|
| +++ b/chrome/browser/extensions/tab_helper.cc
|
| @@ -348,7 +348,7 @@ void TabHelper::DidFinishNavigation(
|
| enabled_extensions.GetExtensionOrAppByURL(navigation_handle->GetURL()));
|
| }
|
|
|
| - if (!navigation_handle->IsSamePage())
|
| + if (!navigation_handle->IsSameDocument())
|
| ExtensionActionAPI::Get(context)->ClearAllValuesForTab(web_contents());
|
| }
|
|
|
|
|