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

Unified Diff: content/child/android/child_jni_registrar.cc

Issue 52663003: Remove all fling related stuff from the renderer assuming that browser side Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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
« no previous file with comments | « content/child/android/child_jni_registrar.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/android/child_jni_registrar.cc
diff --git a/content/child/android/child_jni_registrar.cc b/content/child/android/child_jni_registrar.cc
deleted file mode 100644
index ffcc8d2624e6963d519b1c5c235eead718e7f286..0000000000000000000000000000000000000000
--- a/content/child/android/child_jni_registrar.cc
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/child/android/child_jni_registrar.h"
-
-#include "base/android/jni_android.h"
-#include "base/android/jni_registrar.h"
-#include "webkit/child/fling_animator_impl_android.h"
-
-namespace {
-base::android::RegistrationMethod kContentRegisteredMethods[] = {
- { "FlingAnimator", webkit_glue::FlingAnimatorImpl::RegisterJni },
-};
-
-} // namespace
-
-namespace content {
-namespace android {
-
-bool RegisterChildJni(JNIEnv* env) {
- return RegisterNativeMethods(env, kContentRegisteredMethods,
- arraysize(kContentRegisteredMethods));
-}
-
-} // namespace android
-} // namespace content
« no previous file with comments | « content/child/android/child_jni_registrar.h ('k') | content/common/view_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698