| Index: chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc
|
| ===================================================================
|
| --- chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc (revision 247964)
|
| +++ chrome/browser/ui/android/tab_contents/chrome_web_contents_view_delegate_android.cc (working copy)
|
| @@ -29,6 +29,7 @@
|
| }
|
|
|
| void ChromeWebContentsViewDelegateAndroid::ShowContextMenu(
|
| + content::RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params) {
|
| // Display paste pop-up only when selection is empty and editable.
|
| if (params.is_editable && params.selection_text.empty()) {
|
|
|