| Index: chrome/browser/extensions/extension_webnavigation_api.h
|
| diff --git a/chrome/browser/extensions/extension_webnavigation_api.h b/chrome/browser/extensions/extension_webnavigation_api.h
|
| index 87daf9e0f2119ab4dce55b6e2100a23dbacb894c..0f5948e791d15d1b271e2ed6dea24bc45618055a 100644
|
| --- a/chrome/browser/extensions/extension_webnavigation_api.h
|
| +++ b/chrome/browser/extensions/extension_webnavigation_api.h
|
| @@ -38,6 +38,7 @@ class FrameNavigationState {
|
| void TrackFrame(int64 frame_id,
|
| const GURL& url,
|
| bool is_main_frame,
|
| + bool is_error_page,
|
| const TabContents* tab_contents);
|
|
|
| // Returns the URL corresponding to a tracked frame given by its |frame_id|.
|
|
|