Commit fa7bdda9 authored by sadrul@chromium.org's avatar sadrul@chromium.org

aura: Remove the experiment to always open app in windows.

BUG=103483,104413
TEST=BrowserInitTest.OpenAppShortcutPanel, PanelAppBrowserTest.OpenAppInPanel

Review URL: http://codereview.chromium.org/8572022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110249 0039d316-1c4b-4281-b951-d872f2087c98
parent 2622d6ba
......@@ -609,10 +609,6 @@ TabContents* Browser::OpenApplication(
extension_misc::LaunchContainer container,
const GURL& override_url,
WindowOpenDisposition disposition) {
#if defined(USE_AURA)
// On aura we're experimenting with making all apps open in windows.
container = extension_misc::LAUNCH_WINDOW;
#endif
TabContents* tab = NULL;
ExtensionPrefs* prefs = profile->GetExtensionService()->extension_prefs();
prefs->SetActiveBit(extension->id(), true);
......
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