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

Unified Diff: chrome/browser/ui/app_list/search/omnibox_result.cc

Issue 898273002: app_list::SearchResult: Duplicate() is const. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 5 years, 10 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/omnibox_result.cc
diff --git a/chrome/browser/ui/app_list/search/omnibox_result.cc b/chrome/browser/ui/app_list/search/omnibox_result.cc
index dbcf4e5d8f0f858dae5644a245560aaebc3e246a..6adada1df21ff2e471f08a48d1f50488e4a4581e 100644
--- a/chrome/browser/ui/app_list/search/omnibox_result.cc
+++ b/chrome/browser/ui/app_list/search/omnibox_result.cc
@@ -134,7 +134,7 @@ void OmniboxResult::Open(int event_flags) {
ui::DispositionFromEventFlags(event_flags));
}
-scoped_ptr<SearchResult> OmniboxResult::Duplicate() {
+scoped_ptr<SearchResult> OmniboxResult::Duplicate() const {
return scoped_ptr<SearchResult>(new OmniboxResult(profile_, list_controller_,
autocomplete_controller_,
is_voice_query_, match_));
« no previous file with comments | « chrome/browser/ui/app_list/search/omnibox_result.h ('k') | chrome/browser/ui/app_list/search/people/people_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698