| 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 28ac05f084128d17ef76ae94e84f92af25869dc0..4ed6a175a5afe17003be6146f044038a2c27a191 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -303,6 +303,8 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| // Public methods that call to Java via JNI
|
| // --------------------------------------------------------------------------
|
|
|
| + void HidePopupsAndPreserveSelection();
|
| +
|
| void OnSmartClipDataExtracted(const base::string16& text,
|
| const base::string16& html,
|
| const gfx::Rect& clip_rect);
|
|
|