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

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

Issue 8572022: aura: Fix BrowserInitTest.OpenAppShortcutPanel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | chrome/browser/ui/browser_init_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/ui/browser_init_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698