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

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

Issue 1124023004: [DevTools] Fix favicon images on chrome://inspect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 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,

Powered by Google App Engine
This is Rietveld 408576698