| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 1bdebccc7d4f0ac77f5d43bacbb51102ab3cc56e..95ccf673623c707488a5980fcea716ebcc818c7a 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -108,6 +108,10 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| // Return the tab url.
|
| GURL GetURL() const;
|
|
|
| + // Return whether the tab is currently visible and the user can interact with
|
| + // it.
|
| + bool IsUserInteractable() const;
|
| +
|
| // Load the tab if it was unloaded from memory.
|
| bool LoadIfNeeded();
|
|
|
|
|