Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / android / favicon_helper.h
index 6c22975..377eaa5 100644 (file)
@@ -22,6 +22,13 @@ class FaviconHelper {
                                       jint j_icon_types,
                                       jint j_desired_size_in_dip,
                                       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,