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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc

Issue 187443008: Elim Browser::AppType (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 months 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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
index e104fc12cc7f448b9da5e68cee7806eb0c3fadcb..b13aab7a1bf3018dc6fd93bf85d8aaae16d3b150 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc
@@ -745,7 +745,7 @@ class V1App : public TestBrowserWindow {
native_window_->Show();
Browser::CreateParams params = Browser::CreateParams::CreateForApp(
- Browser::TYPE_POPUP,
+ Browser::TYPE_HOSTED_POPUP,
kCrxAppPrefix + app_name,
gfx::Rect(),
profile,

Powered by Google App Engine
This is Rietveld 408576698