| Index: chrome/browser/android/tab_android.h
|
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h
|
| index fa088e3bcf59a8a3b7cc864af2f84c4b9e8e0e05..db2d1c341d2cd670f7444443a1b6b0b3cb8b4d08 100644
|
| --- a/chrome/browser/android/tab_android.h
|
| +++ b/chrome/browser/android/tab_android.h
|
| @@ -128,6 +128,8 @@ class TabAndroid : public CoreTabHelperDelegate,
|
| void ShowOfflinePages();
|
| void LoadOfflineCopy(const GURL& url);
|
|
|
| + void OnLoFiResponseReceived();
|
| +
|
| // Overridden from CoreTabHelperDelegate:
|
| void SwapTabContents(content::WebContents* old_contents,
|
| content::WebContents* new_contents,
|
|
|