зеркало из https://github.com/mozilla/pjs.git
Bug 698223 - Add Tab method to return title for display (r=mfinkle)
This commit is contained in:
Родитель
5dd4d99075
Коммит
b6b1698250
|
@ -102,6 +102,14 @@ public class Tab {
|
|||
return mTitle;
|
||||
}
|
||||
|
||||
public String getDisplayTitle() {
|
||||
if (mTitle != null && mTitle.length() > 0) {
|
||||
return mTitle;
|
||||
}
|
||||
|
||||
return mUrl;
|
||||
}
|
||||
|
||||
public Drawable getFavicon() {
|
||||
return mFavicon;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче