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 8474ec4ad472fcfa4bcdf3ddd4a79b85c428e639..f9f0aa5361be1fd2e2f8dd27dead35fc650c711b 100644 |
--- a/chrome/browser/android/contextualsearch/contextual_search_delegate.h |
+++ b/chrome/browser/android/contextualsearch/contextual_search_delegate.h |
@@ -195,7 +195,9 @@ class ContextualSearchDelegate |
int* mention_end, |
std::string* context_language, |
std::string* thumbnail_url, |
- std::string* caption); |
+ std::string* caption, |
+ std::string* quick_action_uri, |
+ std::string* quick_action_category); |
// Extracts the start and end location from a mentions list, and sets the |
// integers referenced by |startResult| and |endResult|. |