Chromium Code Reviews| Index: components/dom_distiller/core/distilled_page_prefs_android.h |
| diff --git a/components/dom_distiller/core/distilled_page_prefs_android.h b/components/dom_distiller/core/distilled_page_prefs_android.h |
| index baf7398065f37a8c5039dd7b28ebf5b836d1cb4b..11734c1c388cdf7b40db5c03cda1850306e746e3 100644 |
| --- a/components/dom_distiller/core/distilled_page_prefs_android.h |
| +++ b/components/dom_distiller/core/distilled_page_prefs_android.h |
| @@ -22,6 +22,8 @@ class DistilledPagePrefsAndroid { |
| static bool Register(JNIEnv* env); |
| void SetTheme(JNIEnv* env, jobject obj, jint theme); |
| jint GetTheme(JNIEnv* env, jobject obj); |
| + void RemoveObserver(JNIEnv* env, jobject obj, jlong obs); |
| + void AddObserver(JNIEnv* env, jobject obj, jlong obs); |
|
robliao
2014/07/21 21:05:09
AddObserver was first in java land, so it should b
sunangel
2014/07/21 22:43:55
Done.
|
| private: |
| DistilledPagePrefs* distilled_page_prefs_; |