Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index ed51f75f976da0aaa5eb9de551916385e3579eb3..02838901af6a0741c8798fa99787096c081fd433 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -246,8 +246,9 @@ class ContentViewCoreImpl : public ContentViewCore, |
// determine if the embedder intends to handle it. |
bool WillHandleDeferAfterResponseStarted(); |
- void OnSmartClipDataExtracted(const gfx::Rect& clip_rect, |
- const base::string16& result); |
+ void OnSmartClipDataExtracted(const base::string16& text, |
+ const base::string16& html, |
+ const gfx::Rect& clip_rect); |
// Creates a popup menu with |items|. |
// |multiple| defines if it should support multi-select. |