| 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..178ee15d380e9635bb88487d0289181e27b68385 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -128,7 +128,11 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| void ShowOfflinePages();
|
| void LoadOfflineCopy(const GURL& url);
|
|
|
| - void OnLoFiResponseReceived();
|
| + // 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,
|
|
|