зеркало из https://github.com/mozilla/gecko-dev.git
Bug 701285 - No favicons display after loading pages. r=pcwalton
This commit is contained in:
Родитель
8125d3c673
Коммит
2209f5357f
|
@ -674,7 +674,6 @@ abstract public class GeckoApp
|
|||
final int tabId = message.getInt("tabID");
|
||||
final String uri = message.getString("uri");
|
||||
final String title = message.getString("title");
|
||||
final JSONObject jsonPageSize = message.getJSONObject("pageSize");
|
||||
final CharSequence titleText = title;
|
||||
handleContentLoaded(tabId, uri, title);
|
||||
Log.i(LOG_NAME, "URI - " + uri + ", title - " + title);
|
||||
|
|
Загрузка…
Ссылка в новой задаче