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

Side by Side Diff: content/browser/renderer_host/render_view_host_delegate_view.cc

Issue 2528823002: Separate SwipeRefreshHandler and ContentViewCore (Closed)
Patch Set: Fix non-Android compile issue Created 4 years 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
boliu 2016/12/03 01:05:28 remove (c)
rlanday 2016/12/05 19:53:56 Good catch! Would be nice to have a presubmit rule
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "content/browser/renderer_host/render_view_host_delegate_view.h"
6
7 namespace content {
8
9 #if defined(OS_ANDROID)
10 ui::OverscrollRefreshHandler*
11 content::RenderViewHostDelegateView::GetOverscrollRefreshHandler() const {
12 return nullptr;
13 }
14 #endif
15
16 } // namespace content
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698