Chromium Code Reviews| Index: chrome/browser/android/tab_android.h |
| diff --git a/chrome/browser/android/tab_android.h b/chrome/browser/android/tab_android.h |
| index af89b5816ff1b65d3421ccb260b17d118d052025..8b4629c01a36fbf950dce7b740a95e72e3e66ada 100644 |
| --- a/chrome/browser/android/tab_android.h |
| +++ b/chrome/browser/android/tab_android.h |
| @@ -139,6 +139,8 @@ class TabAndroid : public CoreTabHelperDelegate, |
| // favicon::FaviconDriverObserver ------------------------------------------- |
| void OnFaviconAvailable(const gfx::Image& image) override; |
| + void OnFaviconUpdated(favicon::FaviconDriver*, |
|
jif
2015/04/07 07:25:15
add name of parameter.
|
| + bool icon_url_changed) override; |
| // Methods called from Java via JNI ----------------------------------------- |