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

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

Issue 2838773002: Move offline related functions from Tab to OfflinePageUtils (Closed)
Patch Set: Fix tests Created 3 years, 8 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 | « chrome/browser/android/offline_pages/offline_page_bridge.cc ('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 dea06a60d1c4ac2817d8249ec8d09f9c38b855a1..1e3e4a8a46e4f76f66f85578f7199efa3a884d57 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -117,8 +117,6 @@ class TabAndroid : public CoreTabHelperDelegate,
bool HasPrerenderedUrl(GURL gurl);
- void ShowOfflinePages();
-
// Overridden from CoreTabHelperDelegate:
void SwapTabContents(content::WebContents* old_contents,
content::WebContents* new_contents,
@@ -212,16 +210,6 @@ class TabAndroid : public CoreTabHelperDelegate,
const base::android::JavaParamRef<jobject>& obj,
jboolean only_editable);
- jboolean HasOfflineCopy(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj);
-
- jboolean IsOfflinePage(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj);
-
- base::android::ScopedJavaLocalRef<jobject> GetOfflinePage(
- JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj);
-
void SetInterceptNavigationDelegate(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
« no previous file with comments | « chrome/browser/android/offline_pages/offline_page_bridge.cc ('k') | chrome/browser/android/tab_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698