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

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

Issue 496733005: Some favicon cleanup/upstreaming (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 6 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/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 18039fb33545449ccffe11eb9dbc17514cbeb242..076236667e59388b28eaa925ccffe795da222ff3 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -151,6 +151,7 @@ class TabAndroid : public CoreTabHelperDelegate,
// avaliable for current tab.
base::android::ScopedJavaLocalRef<jobject> GetFavicon(JNIEnv* env,
jobject obj);
+ jboolean IsFaviconValid(JNIEnv* env, jobject jobj);
// Register the Tab's native methods through JNI.
static bool RegisterTabAndroid(JNIEnv* env);

Powered by Google App Engine
This is Rietveld 408576698