| Index: chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| diff --git a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| index 97de022098e1c3d32dba4e679422bb3603e9174c..22d1248e235d05cd9e31be258112640842984639 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| @@ -41,7 +41,7 @@ class FrameNavigationState {
|
| // Starts to track a document load in |frame_host| to |url|.
|
| void StartTrackingDocumentLoad(content::RenderFrameHost* frame_host,
|
| const GURL& url,
|
| - bool is_same_page,
|
| + bool is_same_document,
|
| bool is_error_page);
|
|
|
| // Adds the |frame_host| to the set of RenderFrameHosts associated with the
|
|
|