Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1288)

Unified Diff: chrome/browser/android/favicon_helper.h

Issue 1272883004: Popular sites on the NTP: Favicons! (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@enable_popular_sites
Patch Set: review2 Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/android/favicon_helper.h
diff --git a/chrome/browser/android/favicon_helper.h b/chrome/browser/android/favicon_helper.h
index e4afb01148b92139f16cc75e40493751125181b3..3aa3d6ba1cd83594b47aaaddc367cd0741112326 100644
--- a/chrome/browser/android/favicon_helper.h
+++ b/chrome/browser/android/favicon_helper.h
@@ -34,6 +34,13 @@ class FaviconHelper {
jobject obj,
jobject jprofile,
jstring j_page_url);
+ void EnsureFaviconIsAvailable(JNIEnv* env,
+ jobject obj,
+ jobject j_profile,
+ jobject j_web_contents,
+ jstring j_page_url,
+ jstring j_favicon_url,
+ jobject j_availability_callback);
static bool RegisterFaviconHelper(JNIEnv* env);
private:

Powered by Google App Engine
This is Rietveld 408576698