Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: chrome/browser/ui/panels/panel_manager.cc

Issue 10829402: Stop using browserless panels by default beyond trunk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_manager.cc
diff --git a/chrome/browser/ui/panels/panel_manager.cc b/chrome/browser/ui/panels/panel_manager.cc
index 345d8e09b564c3e0f1b614eb566910e0db2fcd7c..10bf8ca84798f76c0a28ac5bde66d427a64b3ebe 100644
--- a/chrome/browser/ui/panels/panel_manager.cc
+++ b/chrome/browser/ui/panels/panel_manager.cc
@@ -93,7 +93,8 @@ bool PanelManager::UseBrowserlessPanels() {
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kOldPanels))
return false;
- return chrome::VersionInfo::GetChannel() <= chrome::VersionInfo::CHANNEL_DEV;
+ return chrome::VersionInfo::GetChannel() <=
+ chrome::VersionInfo::CHANNEL_UNKNOWN;
}
PanelManager::PanelManager()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698