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

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

Issue 883603002: Rename StreamlinedHostedApps to NewBookmarkApps in the code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments and variables Created 5 years, 11 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/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.

Powered by Google App Engine
This is Rietveld 408576698