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

Unified Diff: chrome/browser/android/offline_pages/offline_page_utils.h

Issue 2450353005: Revert of Showing previews UI for Offline Previews (Closed)
Patch Set: Created 4 years, 2 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
Index: chrome/browser/android/offline_pages/offline_page_utils.h
diff --git a/chrome/browser/android/offline_pages/offline_page_utils.h b/chrome/browser/android/offline_pages/offline_page_utils.h
index d068b3ca30f5fda86cfb6e06da43c8ab9c6e3e2c..80488713afd8e75ef1b5dad32c4fd79aabb447c0 100644
--- a/chrome/browser/android/offline_pages/offline_page_utils.h
+++ b/chrome/browser/android/offline_pages/offline_page_utils.h
@@ -44,9 +44,6 @@
static const OfflinePageHeader* GetOfflineHeaderFromWebContents(
content::WebContents* web_contents);
- // Returns true if the offline page is shown for previewing purpose.
- static bool IsShowingOfflinePreview(content::WebContents* web_contents);
-
// Gets an Android Tab ID from a tab containing |web_contents|. Returns false,
// when tab is not available. Returns true otherwise and sets |tab_id| to the
// ID of the tab.

Powered by Google App Engine
This is Rietveld 408576698