cull(engine-cleanup): pass-8 phase-2 cascade round 3 after MyPageItemHome stub
This commit is contained in:
@@ -79,14 +79,6 @@ public class WebViewHelper
|
||||
});
|
||||
}
|
||||
|
||||
private string GetWebviewBaseQueryParameters()
|
||||
{
|
||||
string encodedViewerId = Certification.GetEncodedViewerId();
|
||||
string encodedSessionId = Certification.GetEncodedSessionId();
|
||||
string encodedShortUdid = Certification.GetEncodedShortUdid();
|
||||
return "?lang=" + CustomPreference.GetTextLanguage() + "&HASH_ID=" + encodedViewerId + "&SID=" + encodedSessionId + "&SUDID=" + encodedShortUdid;
|
||||
}
|
||||
|
||||
private string GetWebViewDialogTitleId(WebViewType webviewtype)
|
||||
{
|
||||
string result = null;
|
||||
|
||||
Reference in New Issue
Block a user