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

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

Issue 1407353012: Refactor FaviconDriver::OnFaviconAvailable() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@initial_simplify
Patch Set: Created 5 years, 1 month 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 d1a05d670050e44e47ba37ade6805f45061e0501..65d6e384232adb6431accf9394c2a76803533732 100644
--- a/chrome/browser/android/tab_android.h
+++ b/chrome/browser/android/tab_android.h
@@ -146,9 +146,11 @@ class TabAndroid : public CoreTabHelperDelegate,
const content::NotificationDetails& details) override;
// Overridden from favicon::FaviconDriverObserver:
- void OnFaviconAvailable(const gfx::Image& image) override;
void OnFaviconUpdated(favicon::FaviconDriver* favicon_driver,
- bool icon_url_changed) override;
+ NotificationIconType notification_icon_type,
+ const GURL& icon_url,
+ bool icon_url_changed,
+ const gfx::Image& image) override;
// Methods called from Java via JNI -----------------------------------------
« no previous file with comments | « no previous file | chrome/browser/android/tab_android.cc » ('j') | components/favicon/content/content_favicon_driver.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698