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

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

Issue 1576493002: Change the Lo-Fi snackbar strings for Lo-Fi preview pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@showLoFiSnackbarNative
Patch Set: tbansal comment Created 4 years, 11 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 db2d1c341d2cd670f7444443a1b6b0b3cb8b4d08..99f9e15b034988029b640a986ab5ba8ece59d817 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -128,7 +128,7 @@ class TabAndroid : public CoreTabHelperDelegate,
void ShowOfflinePages();
void LoadOfflineCopy(const GURL& url);
- void OnLoFiResponseReceived();
+ void OnLoFiResponseReceived(bool is_preview);
newt (away) 2016/01/11 21:52:25 please document this method. (all methods in .h fi
megjablon 2016/01/11 22:54:57 Done.
// Overridden from CoreTabHelperDelegate:
void SwapTabContents(content::WebContents* old_contents,

Powered by Google App Engine
This is Rietveld 408576698