Index: chrome/browser/android/contextualsearch/contextual_search_manager.h |
diff --git a/chrome/browser/android/contextualsearch/contextual_search_manager.h b/chrome/browser/android/contextualsearch/contextual_search_manager.h |
index d03281047c6a99940ee90f05b1e307c831acebc5..5fd7211789af7457a534241f1d6185a36b819ede 100644 |
--- a/chrome/browser/android/contextualsearch/contextual_search_manager.h |
+++ b/chrome/browser/android/contextualsearch/contextual_search_manager.h |
@@ -90,7 +90,9 @@ class ContextualSearchManager { |
const std::string& search_term, |
const std::string& display_text, |
const std::string& alternate_term, |
- bool prevent_preload); |
+ bool prevent_preload, |
+ int selection_start_adjust, |
+ int selection_end_adjust); |
// Calls back to Java with the surrounding text to be displayed. |
void OnSurroundingTextAvailable(const std::string& before_text, |