Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / favicon_helper.h
index 6c22975..e4afb01 100644 (file)
@@ -20,8 +20,15 @@ class FaviconHelper {
                                       jobject j_profile,
                                       jstring j_page_url,
                                       jint j_icon_types,
-                                      jint j_desired_size_in_dip,
+                                      jint j_desired_size_in_pixel,
                                       jobject j_favicon_image_callback);
+  void GetLargestRawFaviconForUrl(JNIEnv* env,
+                                  jobject obj,
+                                  jobject j_profile,
+                                  jstring j_page_url,
+                                  jintArray j_icon_types,
+                                  jint j_min_size_threshold_px,
+                                  jobject j_favicon_image_callback);
   base::android::ScopedJavaLocalRef<jobject> GetSyncedFaviconImageForURL(
       JNIEnv* env,
       jobject obj,