From 39772c83f8e210eed1186b66f5f4841aa41776ee Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Thu, 16 Dec 2010 00:43:54 -0800 Subject: Prepare for some changes to LoaderManager/Loader. Sorry it is a bit ugly, it is to allow this change to be checked in prior to the first stage of the framework change without breaking the build. Change-Id: I1357b8ee60a9880608069340c1e4e9e0275bee7a --- src/com/android/browser/BrowserHistoryPage.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/com/android/browser/BrowserHistoryPage.java') diff --git a/src/com/android/browser/BrowserHistoryPage.java b/src/com/android/browser/BrowserHistoryPage.java index c62301259..01e3c2156 100644 --- a/src/com/android/browser/BrowserHistoryPage.java +++ b/src/com/android/browser/BrowserHistoryPage.java @@ -183,6 +183,9 @@ public class BrowserHistoryPage extends Fragment } } + public void onLoaderReset(Loader loader) { + } + @Override public void onCreate(Bundle icicle) { super.onCreate(icicle); -- cgit v1.2.3