[Metrics] Make MetricsStateManager take a callback param to check if UMA is enabled.
[chromium-blink-merge.git] / chrome / browser / ui / views / frame / scroll_end_effect_controller_ash.cc
blobaa0642821e61bc5cfe4d5932bf978aca44f60377
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.h"
7 ScrollEndEffectController* ScrollEndEffectController::Create() {
8 return new ScrollEndEffectControllerAsh();
11 ScrollEndEffectControllerAsh::ScrollEndEffectControllerAsh() {
14 ScrollEndEffectControllerAsh::~ScrollEndEffectControllerAsh() {
17 void ScrollEndEffectControllerAsh::OverscrollUpdate(int delta_y) {
18 // TODO(rharrison): Implement initial version of scroll end effect