| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index c61baff250e0429d0383a75377b01584e2d85935..5e3c89484a97d231dab8e400e6c9e32830085ac2 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -159,6 +159,9 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jstring jurl,
|
| jstring jtitle);
|
| bool Print(JNIEnv* env, jobject obj);
|
| +
|
| + void ShowPrintDialog();
|
| +
|
| // Called to get default favicon of current tab, return null if no
|
| // favicon is avaliable for current tab.
|
| base::android::ScopedJavaLocalRef<jobject> GetDefaultFavicon(JNIEnv* env,
|
|
|