Chromium Code Reviews| 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 d7bad39171204244cb9ea76ce2546b7e5f188eb8..406827d7cc7c06a5705b0b1eebb7542ae00c7a8e 100644 |
| --- a/content/browser/android/browser_jni_registrar.cc |
| +++ b/content/browser/android/browser_jni_registrar.cc |
| @@ -32,6 +32,7 @@ |
| #include "content/browser/renderer_host/input/motion_event_android.h" |
| #include "content/browser/renderer_host/input/synthetic_gesture_target_android.h" |
| #include "content/browser/renderer_host/java/java_bound_object.h" |
| +#include "content/browser/screen_orientation/screen_orientation_provider_android.h" |
| #include "content/browser/speech/speech_recognizer_impl_android.h" |
| #include "content/browser/vibration/vibration_provider_android.h" |
| #include "content/browser/web_contents/web_contents_android.h" |
| @@ -74,6 +75,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
| {"TouchEventSynthesizer", |
| content::SyntheticGestureTargetAndroid::RegisterTouchEventSynthesizer}, |
| {"TracingControllerAndroid", content::RegisterTracingControllerAndroid}, |
| + {"ScreenOrientaionProvider", |
|
kenneth.r.christiansen
2014/02/06 15:03:12
Spelling error
ostap
2014/02/06 21:23:28
Done.
|
| + content::ScreenOrientationProviderAndroid::Register}, |
| {"VibrationProvider", content::VibrationProviderAndroid::Register}, |
| {"WebContentsAndroid", content::WebContentsAndroid::Register}, |
| {"WebContentsObserverAndroid", content::RegisterWebContentsObserverAndroid}, |