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

Unified Diff: chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc

Issue 934683002: Remove ability to launch ephemeral apps from the app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove resources Created 5 years, 10 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/app_list/search/webstore/webstore_provider_browsertest.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc b/chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc
index 64f8b2007cc383ed4cdf93dcb3a4d5c3a96ec8e2..edbf4fc10163c734fce696352d4913e4e1e0391c 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider_browsertest.cc
@@ -89,7 +89,7 @@ ParsedSearchResult kParsedThreeResults[] = {
{"app1_id", "one", "http://host/icon1", true, Manifest::TYPE_PLATFORM_APP,
1},
{"app2_id", "two", "http://host/icon2", false, Manifest::TYPE_HOSTED_APP,
- 2},
+ 1},
{"app3_id", "three", "http://host/icon3", false,
Manifest::TYPE_LEGACY_PACKAGED_APP, 1}};

Powered by Google App Engine
This is Rietveld 408576698