| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index e76017f7233c61719f167a0c92c7f5facc48074c..54ce5e7ee983ed86ed41590e158b340b63ed0cd6 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -159,6 +159,10 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| jstring jurl,
|
| jstring jtitle);
|
| bool Print(JNIEnv* env, jobject obj);
|
| +
|
| + // TODO DGN Doc
|
| + void SetPendingPrint();
|
| +
|
| // 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,
|
|
|