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

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

Issue 1750113002: Remove "Show saved copy" button from error page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 years, 10 months 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 | « no previous file | 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 d55f62cdaa37ae434e2ef72506fd37fe19927bdf..021e4b354056b4854300da5c3f44b007c44271bc 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -122,7 +122,6 @@ class TabAndroid : public CoreTabHelperDelegate,
bool HasOfflinePages() const;
void ShowOfflinePages();
- void LoadOfflineCopy(const GURL& url);
// Notifies this TabAndroid that a Lo-Fi response has been received. The
// TabAndroid then handles showing Lo-Fi UI if this is the first Lo-Fi
@@ -267,8 +266,6 @@ class TabAndroid : public CoreTabHelperDelegate,
private:
prerender::PrerenderManager* GetPrerenderManager() const;
- int64_t GetBookmarkIdHelper(bool only_editable) const;
-
JavaObjectWeakGlobalRef weak_java_tab_;
// The identifier used by session restore for this tab.
« no previous file with comments | « no previous file | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698