| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 2c74e4006e7f8758f8b69480ef784f75ea228b8f..c27f8fb85f5fc39216612a408063df1abbd3f1b3 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -216,6 +216,10 @@ class TabAndroid : public CoreTabHelperDelegate,
|
|
|
| bool HasPrerenderedUrl(JNIEnv* env, jobject obj, jstring url);
|
|
|
| + // Called when Credential Manager API requested to show the snackbar for the
|
| + // |credential|.
|
| + void ShowAutoSigninSnackbar(jobject credential);
|
| +
|
| // Register the Tab's native methods through JNI.
|
| static bool RegisterTabAndroid(JNIEnv* env);
|
|
|
|
|