| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index 4669c9dbed867b91ce189a5e7260549f1221aac4..7b477b3cda4d535fe08f881a4875273936903bf4 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -97,6 +97,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();
|
|
|
|
|