Index: chrome/browser/android/tab_android.h |
diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
index 241505eae8c2c9d2c37ece908fbd4e285f986756..f297346cb27ae0d38f3342f7c3ff4296d723d187 100644 |
--- a/chrome/browser/android/tab_android.h |
+++ b/chrome/browser/android/tab_android.h |
@@ -117,6 +117,8 @@ class TabAndroid : public CoreTabHelperDelegate, |
chrome::NavigateParams* params, |
content::NavigationController::LoadURLParams* load_url_params); |
+ GURL GetFaviconURL(); |
dgozman
2015/05/08 11:37:03
Perhaps, we should mark this method as being slow
vkuzkokov
2015/05/12 12:16:46
Slow part moved out of TabAndroid.
|
+ |
// CoreTabHelperDelegate ---------------------------------------------------- |
void SwapTabContents(content::WebContents* old_contents, |