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

Unified Diff: content/browser/web_contents/aura/gesture_nav_simple.h

Issue 2986483002: Adding metrics logging for Simplified Gesture Navigation. (Closed)
Patch Set: Addressing feedback Created 3 years, 5 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/web_contents/aura/gesture_nav_simple.h
diff --git a/content/browser/web_contents/aura/gesture_nav_simple.h b/content/browser/web_contents/aura/gesture_nav_simple.h
index 70b474f3f1fc2bab9512ec5213485cc0871bedea..54ee7cffeabc4298a9b8da4ceebcc48aa84281bb 100644
--- a/content/browser/web_contents/aura/gesture_nav_simple.h
+++ b/content/browser/web_contents/aura/gesture_nav_simple.h
@@ -43,6 +43,7 @@ class GestureNavSimple : public OverscrollControllerDelegate {
WebContentsImpl* web_contents_;
std::unique_ptr<Affordance> affordance_;
float completion_threshold_;
+ OverscrollSource source_ = OverscrollSource::NONE;
DISALLOW_COPY_AND_ASSIGN(GestureNavSimple);
};

Powered by Google App Engine
This is Rietveld 408576698