| 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 c63584ab6edc9bdccfacff21ba9a1ca803c64d00..21c63b3b707937649bc89f8ce896f2e9c62278c2 100644
|
| --- a/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| +++ b/chrome/browser/extensions/api/web_navigation/frame_navigation_state.h
|
| @@ -57,8 +57,10 @@ class FrameNavigationState {
|
| bool is_main_frame,
|
| bool is_error_page);
|
|
|
| - // Stops tracking all frames for a given RenderViewHost.
|
| - void StopTrackingFramesInRVH(content::RenderViewHost* render_view_host);
|
| + // Stops tracking all frames but the frame with |id_to_skip| for a given
|
| + // RenderViewHost.
|
| + void StopTrackingFramesInRVH(content::RenderViewHost* render_view_host,
|
| + FrameID id_to_skip);
|
|
|
| // Update the URL associated with a given frame.
|
| void UpdateFrame(FrameID frame_id, const GURL& url);
|
|
|