Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: chrome/browser/android/tab_android.h

Issue 1442433003: Add "Show saved copy" button in dino page when there's offline copy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update button color for "Show all saved pages" per UI review Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8fcb6e727b5f41ef46824e1b66860c58c3352fb2 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -128,6 +128,7 @@ class TabAndroid : public CoreTabHelperDelegate,
bool HasOfflinePages() const;
void ShowOfflinePages();
+ void LoadOfflineCopy(const GURL& url);
// Overridden from CoreTabHelperDelegate:
void SwapTabContents(content::WebContents* old_contents,
@@ -240,6 +241,8 @@ 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;
JavaObjectWeakGlobalRef weak_java_tab_;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698