| 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 5ba4a66143f8d5bde21e99ef656481b6b539bf3e..d0544772252a94be2ab2ca67dbbfe2f667f245b0 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -49,6 +49,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| virtual void LoadUrl(NavigationController::LoadURLParams& params) OVERRIDE;
|
| virtual void OnWebPreferencesUpdated() OVERRIDE;
|
| virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) OVERRIDE;
|
| + virtual void ShowPastePopup(int x, int y) OVERRIDE;
|
|
|
| // --------------------------------------------------------------------------
|
| // Methods called from Java via JNI
|
|
|