| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index dc490a5bb625d85b7eed8c38724e57ad847bc51c..b57bf461f58e150b19841607b7d1e7773967e1a3 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -143,6 +143,10 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jstring jurl,
|
| jstring jtitle);
|
| bool Print(JNIEnv* env, jobject obj);
|
| + // Called to get favicon of current tab, return null if no favicon is
|
| + // avaliable for current tab.
|
| + base::android::ScopedJavaLocalRef<jobject> GetFavicon(JNIEnv* env,
|
| + jobject obj);
|
|
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabAndroid(JNIEnv* env);
|
|
|