| Index: components/dom_distiller/core/dom_distiller_service_android.h
|
| diff --git a/components/dom_distiller/core/dom_distiller_service_android.h b/components/dom_distiller/core/dom_distiller_service_android.h
|
| index bf68947c282c3b24c4b7a4762843b8bc18fa2a0a..b34e4497ebf8165f955cb5f9e8754430d1f2b5c1 100644
|
| --- a/components/dom_distiller/core/dom_distiller_service_android.h
|
| +++ b/components/dom_distiller/core/dom_distiller_service_android.h
|
| @@ -25,6 +25,10 @@ class DomDistillerServiceAndroid {
|
| // Returns native pointer to native DistilledPagePrefs registered with
|
| // DomDistillerService.
|
| jlong GetDistilledPagePrefsPtr(JNIEnv* env, jobject obj);
|
| + bool HasEntry(JNIEnv* env, jobject obj, jstring entry_id);
|
| + base::android::ScopedJavaLocalRef<jstring> GetUrlForEntry(JNIEnv* env,
|
| + jobject obj,
|
| + jstring entry_id);
|
|
|
| private:
|
| // Friend class so that DomDistillerServiceFactoryAndroid has access to
|
|
|