|
|
@@ -258,7 +258,7 @@ namespace Chromium {
|
|
|
cachePath.Append(CSimpleStringA(SPLIT_SLASH_STR)).Append("cefCache_").Append(errType._to_string());
|
|
|
errPagePath.Append(" --cache-path=").Append(cachePath);
|
|
|
errPagePath.Append(" --magic-str=").Append(m_magicStr.c_str());
|
|
|
- errPagePath.Append(" --no-sandbox").Append(" --hide-controls");
|
|
|
+ errPagePath.Append(" --no-sandbox").Append(" --hide-controls").Append(" --hide-tabs");
|
|
|
#if (defined _WIN32 || defined _WIN64)
|
|
|
errPagePath.Append(" --top=-1");
|
|
|
#else
|
|
|
@@ -412,6 +412,7 @@ namespace Chromium {
|
|
|
strCmdLine.Append(" --cache-path=").Append(cachePath);
|
|
|
strCmdLine.Append(" --no-sandbox");
|
|
|
strCmdLine.Append(" --hide-controls");
|
|
|
+ strCmdLine.Append(" --hide-tabs");
|
|
|
strCmdLine.Append(" --logextend=").Append((+PAGE_TYPE::Ad)._to_string());
|
|
|
#if (defined _WIN32 || defined _WIN64)
|
|
|
strCmdLine.Append(" --top=-1");
|
|
|
@@ -448,6 +449,7 @@ namespace Chromium {
|
|
|
strCmdLine.Append(" --cache-path=").Append(cachePath);
|
|
|
strCmdLine.Append(" --no-sandbox");
|
|
|
strCmdLine.Append(" --hide-controls");
|
|
|
+ strCmdLine.Append(" --hide-tabs");
|
|
|
if (isExtend)
|
|
|
{
|
|
|
strCmdLine.Append(" --with-tab");
|