| 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 dfbafadc250db64a53d79091d8afc017db84ebfc..46c73439ff1d02be0aecfdfa1488e7dad9772a16 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -56,7 +56,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| base::android::ScopedJavaLocalRef<jobject> GetJavaObject() override;
|
| WebContents* GetWebContents() const override;
|
| ui::WindowAndroid* GetWindowAndroid() const override;
|
| - bool ShowPastePopup(const ContextMenuParams& params) override;
|
| + bool ShowSelectionMenu(const ContextMenuParams& params) override;
|
|
|
| void AddObserver(ContentViewCoreImplObserver* observer);
|
| void RemoveObserver(ContentViewCoreImplObserver* observer);
|
|
|