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

Unified Diff: chrome/browser/ui/app_list/app_list_test_util.cc

Issue 1497193002: Remove all the ephemeral apps code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self review, Devlin review. Created 5 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/ui/app_list/app_list_test_util.cc
diff --git a/chrome/browser/ui/app_list/app_list_test_util.cc b/chrome/browser/ui/app_list/app_list_test_util.cc
index e67800b71e1ed72e87c10eb1823464da138fd56b..ba33a982301d1eda14bbc3d63de0ac3b435ae202 100644
--- a/chrome/browser/ui/app_list/app_list_test_util.cc
+++ b/chrome/browser/ui/app_list/app_list_test_util.cc
@@ -29,7 +29,6 @@ void AppListTestBase::SetUp() {
// - 1 dummy extension (which should not be visible in the launcher)
// - 2 packaged extension apps
// - 1 hosted extension app
- // - 1 ephemeral app (which should not be visible in the launcher)
base::FilePath source_install_dir =
data_dir().AppendASCII("app_list").AppendASCII("Extensions");
base::FilePath pref_path = source_install_dir
@@ -38,6 +37,6 @@ void AppListTestBase::SetUp() {
InitializeInstalledExtensionService(pref_path, source_install_dir);
service_->Init();
- // There should be 5 extensions in the test profile.
- ASSERT_EQ(5U, registry()->enabled_extensions().size());
+ // There should be 4 extensions in the test profile.
+ ASSERT_EQ(4U, registry()->enabled_extensions().size());
}
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/app_list/search/webstore/webstore_result.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698