Bug 1388927 - Port bug 1380617 to C-C. Add GetDisplayPrePath() method. r=jorgk
This commit is contained in:
Родитель
95f9ac887b
Коммит
775c0978f6
|
@ -729,6 +729,12 @@ nsLDAPURL::GetDisplayHost(nsACString& aUnicodeHost)
|
|||
return GetHost(aUnicodeHost);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsLDAPURL::GetDisplayPrePath(nsACString& aPrePath)
|
||||
{
|
||||
return GetPrePath(aPrePath);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsLDAPURL::GetHasRef(bool *result)
|
||||
{
|
||||
|
|
|
@ -309,6 +309,12 @@ nsAddbookUrl::GetDisplayHost(nsACString& aUnicodeHost)
|
|||
return GetHost(aUnicodeHost);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsAddbookUrl::GetDisplayPrePath(nsACString& aPrePath)
|
||||
{
|
||||
return GetPrePath(aPrePath);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsAddbookUrl::GetHasRef(bool *result)
|
||||
{
|
||||
|
|
|
@ -598,6 +598,12 @@ nsMsgMailNewsUrl::GetDisplayHost(nsACString& aUnicodeHost)
|
|||
return GetHost(aUnicodeHost);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsMsgMailNewsUrl::GetDisplayPrePath(nsACString& aPrePath)
|
||||
{
|
||||
return GetPrePath(aPrePath);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsMsgMailNewsUrl::GetHasRef(bool *result)
|
||||
{
|
||||
|
|
|
@ -613,6 +613,12 @@ nsMailtoUrl::GetDisplayHost(nsACString& aUnicodeHost)
|
|||
return GetHost(aUnicodeHost);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsMailtoUrl::GetDisplayPrePath(nsACString& aPrePath)
|
||||
{
|
||||
return GetPrePath(aPrePath);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsMailtoUrl::GetHasRef(bool *result)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче