Commit 48f69f66 authored by jackhou's avatar jackhou Committed by Commit bot

Enable setVisibleOnAllWorkspaces on stable.

This was made stable in https://codereview.chromium.org/866893003 but
that CL missed this is-dev-channel check.

BUG=495039,384644

Review URL: https://codereview.chromium.org/1170843005

Cr-Commit-Position: refs/heads/master@{#333648}
parent e42f0a75
......@@ -375,11 +375,6 @@ bool AppCurrentWindowInternalSetAlwaysOnTopFunction::RunWithWindow(
bool AppCurrentWindowInternalSetVisibleOnAllWorkspacesFunction::RunWithWindow(
AppWindow* window) {
if (AppWindowClient::Get()->IsCurrentChannelOlderThanDev()) {
error_ = kDevChannelOnly;
return false;
}
scoped_ptr<SetVisibleOnAllWorkspaces::Params> params(
SetVisibleOnAllWorkspaces::Params::Create(*args_));
CHECK(params.get());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment