| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index ea1fec702a7ee7a54544f99aac6fff97ffe28d58..676cb4dc91b023bdf90d10c314cb21dd4853ceb4 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -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);
|
|
|