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

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

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/webstore/webstore_provider.cc
diff --git a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
index 8009fae193ca7ba0ece7efbf84f0fa440e5834c5..7b30eeaf3d6d78852bc7a8ff72569f749df71204 100644
--- a/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
+++ b/chrome/browser/ui/app_list/search/webstore/webstore_provider.cc
@@ -88,7 +88,8 @@ void WebstoreProvider::Start(const base::string16& query) {
// Add a placeholder result which when clicked will run the user's query in a
// browser. This placeholder is removed when the search results arrive.
- Add(scoped_ptr<SearchResult>(new SearchWebstoreResult(profile_, query_)));
+ Add(scoped_ptr<SearchResult>(
+ new SearchWebstoreResult(profile_, controller_, query_)));
}
void WebstoreProvider::Stop() {

Powered by Google App Engine
This is Rietveld 408576698