| Index: content/browser/frame_host/navigation_controller_impl.h
|
| diff --git a/content/browser/frame_host/navigation_controller_impl.h b/content/browser/frame_host/navigation_controller_impl.h
|
| index 3deb5bac430f2bd99d17fd8f0f82c959d17a1ae2..3d4cb329d8cdbf64521e103355ec148537b6e8af 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl.h
|
| +++ b/content/browser/frame_host/navigation_controller_impl.h
|
| @@ -197,6 +197,8 @@ class CONTENT_EXPORT NavigationControllerImpl
|
| // Takes a screenshot of the page at the current state.
|
| void TakeScreenshot();
|
|
|
| + bool ShouldTakeScreenshotOnNavigation();
|
| +
|
| // Sets the screenshot manager for this NavigationControllerImpl. The
|
| // controller takes ownership of the screenshot manager and destroys it when
|
| // a new screenshot-manager is set, or when the controller is destroyed.
|
|
|