Index: chrome/browser/ui/browser_browsertest.cc |
diff --git a/chrome/browser/ui/browser_browsertest.cc b/chrome/browser/ui/browser_browsertest.cc |
index e88a96c541277223cbed60398c00e4a9095c454e..94ecf1181ec7b37a95490725a0e4e7e9abe253eb 100644 |
--- a/chrome/browser/ui/browser_browsertest.cc |
+++ b/chrome/browser/ui/browser_browsertest.cc |
@@ -1318,8 +1318,7 @@ IN_PROC_BROWSER_TEST_F(BrowserTest, AppIdSwitch) { |
chrome::startup::IS_FIRST_RUN : chrome::startup::IS_NOT_FIRST_RUN; |
StartupBrowserCreatorImpl launch(base::FilePath(), command_line, first_run); |
- bool new_bookmark_apps_enabled = |
- extensions::util::IsStreamlinedHostedAppsEnabled(); |
+ bool new_bookmark_apps_enabled = extensions::util::IsNewBookmarkAppsEnabled(); |
// If the new bookmark app flow is enabled, the app should open as an tab. |
// Otherwise the app should open as an app window. |