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

Unified Diff: chrome/browser/policy/policy_browsertest.cc

Issue 106713002: Move LaunchContainer enum to extension_constants.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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/policy/policy_browsertest.cc
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc
index 39220e7cb48e51d128f5e42106c1f40a0cb4f3d4..f1583a60ea7752a413ea4d588aa305c20b8091e9 100644
--- a/chrome/browser/policy/policy_browsertest.cc
+++ b/chrome/browser/policy/policy_browsertest.cc
@@ -2052,8 +2052,10 @@ IN_PROC_BROWSER_TEST_F(PolicyTest, FullscreenAllowedApp) {
// Launch an app that tries to open a fullscreen window.
TestAddShellWindowObserver add_window_observer(
apps::ShellWindowRegistry::Get(browser()->profile()));
- OpenApplication(AppLaunchParams(browser()->profile(), extension,
- extensions::LAUNCH_NONE, NEW_WINDOW));
+ OpenApplication(AppLaunchParams(browser()->profile(),
+ extension,
+ extensions::LAUNCH_CONTAINER_NONE,
+ NEW_WINDOW));
apps::ShellWindow* window = add_window_observer.WaitForShellWindow();
ASSERT_TRUE(window);

Powered by Google App Engine
This is Rietveld 408576698