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

Unified Diff: trunk/src/chrome/browser/ui/app_list/search/app_search_provider_unittest.cc

Issue 369863002: Revert 281130 "Replace "external_install" boolean parameter with..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/chrome/browser/ui/app_list/search/app_search_provider_unittest.cc
===================================================================
--- trunk/src/chrome/browser/ui/app_list/search/app_search_provider_unittest.cc (revision 281226)
+++ trunk/src/chrome/browser/ui/app_list/search/app_search_provider_unittest.cc (working copy)
@@ -84,8 +84,7 @@
TEST_F(AppSearchProviderTest, Uninstall) {
EXPECT_EQ("Packaged App 1", RunQuery("pa1"));
- service_->UninstallExtension(
- kPackagedApp1Id, ExtensionService::UNINSTALL_REASON_FOR_TESTING, NULL);
+ service_->UninstallExtension(kPackagedApp1Id, false, NULL);
EXPECT_EQ("", RunQuery("pa1"));
// Let uninstall code to clean up.
« no previous file with comments | « trunk/src/chrome/browser/ui/app_list/extension_uninstaller.cc ('k') | trunk/src/chrome/browser/ui/browser_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698