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

Unified Diff: chrome/browser/ui/app_list/search/people/people_provider.h

Issue 644863002: Introduce OpenURL to AppListControllerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 2 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/people/people_provider.h
diff --git a/chrome/browser/ui/app_list/search/people/people_provider.h b/chrome/browser/ui/app_list/search/people/people_provider.h
index 7830dbadcf297ef70b651c50b35431fecda2866b..501c6d3ce318d796526fd4eed125221d30a65a9a 100644
--- a/chrome/browser/ui/app_list/search/people/people_provider.h
+++ b/chrome/browser/ui/app_list/search/people/people_provider.h
@@ -33,7 +33,7 @@ class SearchResult;
class PeopleProvider : public WebserviceSearchProvider,
public OAuth2TokenService::Consumer {
public:
- explicit PeopleProvider(Profile* profile);
+ PeopleProvider(Profile* profile, AppListControllerDelegate* controller);
virtual ~PeopleProvider();
// SearchProvider overrides:
@@ -73,6 +73,7 @@ class PeopleProvider : public WebserviceSearchProvider,
void SetupForTest(const base::Closure& people_search_fetched_callback,
const GURL& people_search_url);
+ AppListControllerDelegate* controller_;
scoped_ptr<JSONResponseFetcher> people_search_;
base::Closure people_search_fetched_callback_;
« no previous file with comments | « chrome/browser/ui/app_list/search/omnibox_provider.cc ('k') | chrome/browser/ui/app_list/search/people/people_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698