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

Unified Diff: athena/main/url_search_provider.cc

Issue 544813002: Support V1 app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: athena/main/url_search_provider.cc
diff --git a/athena/main/url_search_provider.cc b/athena/main/url_search_provider.cc
index e2766c69356bc5596ad0c0b67f8ce291068de1d7..8c51952adaa0be1ac514c6db7eed5de6d35118bc 100644
--- a/athena/main/url_search_provider.cc
+++ b/athena/main/url_search_provider.cc
@@ -183,8 +183,8 @@ class UrlSearchResult : public app_list::SearchResult {
// Overriddenn from app_list::SearchResult:
virtual void Open(int event_flags) OVERRIDE {
ActivityManager::Get()->AddActivity(
- ActivityFactory::Get()->CreateWebActivity(browser_context_,
- match_.destination_url));
+ ActivityFactory::Get()->CreateWebActivity(
+ browser_context_, base::string16(), match_.destination_url));
}
void UpdateIcon() {

Powered by Google App Engine
This is Rietveld 408576698