| Index: chrome/browser/android/compositor/layer_title_cache.h
|
| diff --git a/chrome/browser/android/compositor/layer_title_cache.h b/chrome/browser/android/compositor/layer_title_cache.h
|
| index 9133ba896326702f953fb0288cfbbe8b776ed723..168c7393f5b4a7d773c6b3ee507789649a92ef21 100644
|
| --- a/chrome/browser/android/compositor/layer_title_cache.h
|
| +++ b/chrome/browser/android/compositor/layer_title_cache.h
|
| @@ -56,6 +56,9 @@ class LayerTitleCache {
|
| bool is_incognito,
|
| bool is_rtl);
|
|
|
| + // Calls to Java to create update a title.
|
| + void UpdateTitleForTab(int tab_id, int theme_color);
|
| +
|
| // Called from Java, updates favicon.
|
| void UpdateFavicon(JNIEnv* env,
|
| const base::android::JavaParamRef<jobject>& obj,
|
|
|