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

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

Issue 2440843002: [Contextual Search] Pipe basic quick action data from C++ to Java (Closed)
Patch Set: [Contextual Search] Pipe basic quick action data from C++ to Java Created 4 years, 2 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 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|.

Powered by Google App Engine
This is Rietveld 408576698