Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 49d66f9b63b79933dd8ffa200f17624c557776cf..403cbbfd4bc00697babe6b91029af524bee91857 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -612,6 +612,7 @@ TabContents* Browser::OpenApplication( |
WindowOpenDisposition disposition) { |
#if defined(USE_AURA) |
Ben Goodger (Google)
2011/11/15 23:27:28
I actually think we should remove this. Discussion
|
// On aura we're experimenting with making all apps open in windows. |
+ // NOTE: Update BrowserInitTest.OpenAppShortcutPanel if this is changed. |
container = extension_misc::LAUNCH_WINDOW; |
#endif |
TabContents* tab = NULL; |