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

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

Issue 2347173002: Extend FaviconService to support fetching favicons from a Google server (Closed)
Patch Set: Peter's comments #2 Created 3 years, 10 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.cc
diff --git a/chrome/browser/android/favicon_helper.cc b/chrome/browser/android/favicon_helper.cc
index 6ac5e36478a9a393c173cb40f266e83b22226354..951c932bb34d58e0bec930d5ca84a5f1bb8e6d1e 100644
--- a/chrome/browser/android/favicon_helper.cc
+++ b/chrome/browser/android/favicon_helper.cc
@@ -150,6 +150,8 @@ ScopedJavaLocalRef<jobject> FaviconHelper::GetSyncedFaviconImageForURL(
return gfx::ConvertToJavaBitmap(&favicon_bitmap);
}
+// TODO(jkrcal): change this code to use
+// FaviconService::Get1xFaviconForPageURLDownloadFromGoogleServerIfMissing.
void FaviconHelper::EnsureIconIsAvailable(
JNIEnv* env,
const JavaParamRef<jobject>& obj,
« no previous file with comments | « no previous file | chrome/browser/favicon/favicon_service_factory.cc » ('j') | components/favicon/core/favicon_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698