| 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|.
|
|
|