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

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 679493002: [Android] Add a native pull-to-refresh overscroll effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs... Created 6 years, 1 month 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/browser/android/animation_utils.h ('k') | content/browser/android/content_view_core_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/browser_jni_registrar.cc
diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
index 634a031dfe9d08ad10969f7aaf5c5b126436b367..e36320ce0be6a4f5f5db1816098b6c8a596d0e7b 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -22,6 +22,7 @@
#include "content/browser/android/interstitial_page_delegate_android.h"
#include "content/browser/android/load_url_params.h"
#include "content/browser/android/popup_touch_handle_drawable.h"
+#include "content/browser/android/system_ui_resource_manager_impl.h"
#include "content/browser/android/tracing_controller_android.h"
#include "content/browser/android/web_contents_observer_android.h"
#include "content/browser/device_sensors/sensor_manager_android.h"
@@ -61,8 +62,9 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"DateTimePickerAndroid", content::RegisterDateTimeChooserAndroid},
{"DownloadControllerAndroidImpl",
content::DownloadControllerAndroidImpl::RegisterDownloadController},
- {"GamepadList", content::GamepadPlatformDataFetcherAndroid::
- RegisterGamepadPlatformDataFetcherAndroid},
+ {"GamepadList",
+ content::GamepadPlatformDataFetcherAndroid::
+ RegisterGamepadPlatformDataFetcherAndroid},
{"HandleViewResources",
content::CompositedTouchHandleDrawable::RegisterHandleViewResources},
{"InterstitialPageDelegateAndroid",
@@ -87,6 +89,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
{"ServiceRegistryAndroid", content::ServiceRegistryAndroid::Register},
{"SpeechRecognizerImplAndroid",
content::SpeechRecognizerImplAndroid::RegisterSpeechRecognizer},
+ {"SystemUIResourceManagerImpl",
+ content::SystemUIResourceManagerImpl::RegisterUIResources},
{"TimeZoneMonitorAndroid", content::TimeZoneMonitorAndroid::Register},
{"TouchEventSynthesizer",
content::SyntheticGestureTargetAndroid::RegisterTouchEventSynthesizer},
« no previous file with comments | « content/browser/android/animation_utils.h ('k') | content/browser/android/content_view_core_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698