Commit 7eaa5920 authored by jennb@chromium.org's avatar jennb@chromium.org

Stop using browserless panels by default beyond trunk.

Need to get window.open() working for browserless panels before baking in canary/dev.

BUG=143506
TEST=None

Review URL: https://chromiumcodereview.appspot.com/10829402

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152190 0039d316-1c4b-4281-b951-d872f2087c98
parent 64c8cf1f
...@@ -93,7 +93,8 @@ bool PanelManager::UseBrowserlessPanels() { ...@@ -93,7 +93,8 @@ bool PanelManager::UseBrowserlessPanels() {
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kOldPanels)) if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kOldPanels))
return false; return false;
return chrome::VersionInfo::GetChannel() <= chrome::VersionInfo::CHANNEL_DEV; return chrome::VersionInfo::GetChannel() <=
chrome::VersionInfo::CHANNEL_UNKNOWN;
} }
PanelManager::PanelManager() PanelManager::PanelManager()
......
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