Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1089)

Unified Diff: content/browser/frame_host/navigation_controller_impl.h

Issue 617543002: Disable overscroll on Windows machines w/o touchscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « no previous file | content/browser/frame_host/navigation_controller_impl.cc » ('j') | content/browser/frame_host/navigator_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698