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

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_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/startup/startup_browser_creator_browsertest.cc
diff --git a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
index ea89f45be07e63392dca51be0eea872bd938f12b..c96fce40c4e03085f3ee35704cd6b635d33c3436 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
+++ b/chrome/browser/ui/startup/startup_browser_creator_browsertest.cc
@@ -326,8 +326,7 @@ IN_PROC_BROWSER_TEST_F(StartupBrowserCreatorTest, OpenAppShortcutNoPref) {
// If new bookmark apps are enabled, it should be a standard tabbed window,
// not an app window; otherwise the reverse should be true.
- bool new_bookmark_apps_enabled =
- extensions::util::IsStreamlinedHostedAppsEnabled();
+ bool new_bookmark_apps_enabled = extensions::util::IsNewBookmarkAppsEnabled();
EXPECT_EQ(!new_bookmark_apps_enabled, new_browser->is_app());
EXPECT_EQ(new_bookmark_apps_enabled, new_browser->is_type_tabbed());
}

Powered by Google App Engine
This is Rietveld 408576698