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

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 | no next file » | 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 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);
« 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