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

Unified Diff: chrome/browser/ui/app_list/arc/arc_app_test.cc

Issue 1756193008: Support uninstalling ARC app from Chrome launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/arc/arc_app_test.cc
diff --git a/chrome/browser/ui/app_list/arc/arc_app_test.cc b/chrome/browser/ui/app_list/arc/arc_app_test.cc
index c237cfcb69a0b1b0f9731a9c17dd8eb2f4cd9b37..01f7f3f9d457d05ab332cf5d318e6e14f388bdf8 100644
--- a/chrome/browser/ui/app_list/arc/arc_app_test.cc
+++ b/chrome/browser/ui/app_list/arc/arc_app_test.cc
@@ -33,8 +33,10 @@ void ArcAppTest::SetUp(content::BrowserContext* browser_context) {
app.name = base::StringPrintf("Fake App %d", i);
app.package_name = base::StringPrintf("fake.app.%d", i);
app.activity = base::StringPrintf("fake.app.%d.activity", i);
+ app.sticky = false;
fake_apps_.push_back(app);
}
+ fake_apps_[0].sticky = true;
bridge_service_.reset(new arc::FakeArcBridgeService());
app_instance_.reset(

Powered by Google App Engine
This is Rietveld 408576698