| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index ccf65d0149b942fb22eb1518e3c650dfafd018c8..34cf5e298cadc247960adae61159e35f040d2a41 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -127,7 +127,9 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| content::NavigationController::LoadURLParams* load_url_params);
|
|
|
| bool HasOfflinePages() const;
|
| + bool HasOfflineCopyForCurrentPage() const;
|
| void ShowOfflinePages();
|
| + void LoadOfflineCopy(const GURL& url);
|
|
|
| // Overridden from CoreTabHelperDelegate:
|
| void SwapTabContents(content::WebContents* old_contents,
|
| @@ -240,8 +242,12 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| private:
|
| prerender::PrerenderManager* GetPrerenderManager() const;
|
|
|
| + int64_t GetBookmarkIdHelper(bool only_editable) const;
|
| +
|
| const offline_pages::OfflinePageItem* GetOfflinePage(const GURL& url) const;
|
|
|
| + bool IsFromErrorPage() const;
|
| +
|
| JavaObjectWeakGlobalRef weak_java_tab_;
|
|
|
| // The identifier used by session restore for this tab.
|
|
|