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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.h

Issue 1936953002: Don't return installed apps in webstore searches in Launcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address final reviews Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/search/webstore/webstore_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
index c654f0eed6fb72e85049ba485a3e4a846be4742b..0fd4a7adc7ec0b9efe41e59b19b7d8a347032a7b 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
@@ -159,7 +159,8 @@ class AppListControllerDelegate {
extensions::LaunchType launch_type);
// Returns true if the given extension is installed.
- bool IsExtensionInstalled(Profile* profile, const std::string& app_id);
+ virtual bool IsExtensionInstalled(Profile* profile,
+ const std::string& app_id);
extensions::InstallTracker* GetInstallTrackerFor(Profile* profile);
« no previous file with comments | « no previous file | chrome/browser/ui/app_list/search/webstore/webstore_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698