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

Unified Diff: chrome/browser/android/contextualsearch/contextual_search_delegate.h

Issue 2322793002: [Contextual Search] Fetch and display thumbnails returned in resolution response (Closed)
Patch Set: std::unique_ptr Created 4 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: chrome/browser/android/contextualsearch/contextual_search_delegate.h
diff --git a/chrome/browser/android/contextualsearch/contextual_search_delegate.h b/chrome/browser/android/contextualsearch/contextual_search_delegate.h
index 7c6f28108b880486d058591818bda6239d8e098e..6e660d30a8f3da48cbe211906b59b65d874616d9 100644
--- a/chrome/browser/android/contextualsearch/contextual_search_delegate.h
+++ b/chrome/browser/android/contextualsearch/contextual_search_delegate.h
@@ -192,7 +192,8 @@ class ContextualSearchDelegate
std::string* prevent_preload,
int* mention_start,
int* mention_end,
- std::string* context_language);
+ std::string* context_language,
+ std::string* thumbnail_url);
// Extracts the start and end location from a mentions list, and sets the
// integers referenced by |startResult| and |endResult|.

Powered by Google App Engine
This is Rietveld 408576698