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

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

Issue 2263433002: Remove Lo-Fi snackbar code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@newLoFiInfoBarAddTabHelper
Patch Set: rebase Created 4 years, 3 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/tab_android.h
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
index 544cb21f819a16df26a97354ab768a7b5e27518b..67a82103adfde3b0c6cb831b9e8a60d3c0dfdc52 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -136,12 +136,6 @@ class TabAndroid : public CoreTabHelperDelegate,
void ShowOfflinePages();
- // 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
- // response for a page load. |is_preview| indicates whether the response was a
- // Lo-Fi preview response.
- void OnLoFiResponseReceived(bool is_preview);
-
// Overridden from CoreTabHelperDelegate:
void SwapTabContents(content::WebContents* old_contents,
content::WebContents* new_contents,

Powered by Google App Engine
This is Rietveld 408576698