X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fdom_distiller%2Fandroid%2Fcomponent_jni_registrar.cc;h=f631a2db2777aaa282598a47ba15214e80c94c2e;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=a19e4d46fa7c91a6c2e28162aeb28acb2e4c0e22;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/dom_distiller/android/component_jni_registrar.cc b/src/components/dom_distiller/android/component_jni_registrar.cc index a19e4d4..f631a2d 100644 --- a/src/components/dom_distiller/android/component_jni_registrar.cc +++ b/src/components/dom_distiller/android/component_jni_registrar.cc @@ -7,6 +7,8 @@ #include "base/android/jni_android.h" #include "base/android/jni_registrar.h" #include "base/basictypes.h" +#include "components/dom_distiller/core/distilled_page_prefs_android.h" +#include "components/dom_distiller/core/dom_distiller_service_android.h" #include "components/dom_distiller/core/url_utils_android.h" namespace dom_distiller { @@ -14,8 +16,11 @@ namespace dom_distiller { namespace android { static base::android::RegistrationMethod kDomDistillerRegisteredMethods[] = { + {"DistilledPagePrefs", DistilledPagePrefsAndroid::Register}, + {"DomDistillerService", DomDistillerServiceAndroid::Register}, {"DomDistillerUrlUtils", - dom_distiller::url_utils::android::RegisterUrlUtils}, }; + dom_distiller::url_utils::android::RegisterUrlUtils}, +}; bool RegisterDomDistiller(JNIEnv* env) { return base::android::RegisterNativeMethods(