提交 ead3fde7 编写于 作者: C Chen Gang 提交者: libing

mobile: android: chrome: content: browser: Save desktop mode to tab

Also add several video web sites.
Signed-off-by: NChen Gang <chengang@emindsoft.com.cn>
Reviewed-by: NDong Peng <dongpeng@emindsoft.com.cn>
上级 a0fff055
......@@ -3216,10 +3216,15 @@ var DesktopUserAgent = {
},
getUserAgentForTab: function ua_getUserAgentForTab(aTab) {
if (((aTab.host == "www.iqiyi.com") || (aTab.host == "m.iqiyi.com"))
if (((aTab.host == "www.iqiyi.com") || (aTab.host == "m.iqiyi.com")
|| (aTab.host == "www.youku.com") || (aTab.host == "m.youku.com")
|| (aTab.host == "v.youku.com")
|| (aTab.host == "tv.sohu.com") || (aTab.host == "m.tv.sohu.com"))
&& (aTab.path != "/")) {
aTab.desktopMode = false;
return null;
}
aTab.desktopMode = true;
return this.DESKTOP_UA;
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册