| Index: chrome/browser/extensions/extension_action_runner.cc
|
| diff --git a/chrome/browser/extensions/extension_action_runner.cc b/chrome/browser/extensions/extension_action_runner.cc
|
| index e3590c150c52d237cee7de1502c1835b76ad4e4f..bce73e87bac584f615e2976acd34cd4d599062e2 100644
|
| --- a/chrome/browser/extensions/extension_action_runner.cc
|
| +++ b/chrome/browser/extensions/extension_action_runner.cc
|
| @@ -403,7 +403,7 @@ void ExtensionActionRunner::DidFinishNavigation(
|
| content::NavigationHandle* navigation_handle) {
|
| if (!navigation_handle->IsInMainFrame() ||
|
| !navigation_handle->HasCommitted() ||
|
| - navigation_handle->IsSamePage()) {
|
| + navigation_handle->IsSameDocument()) {
|
| return;
|
| }
|
|
|
|
|