diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 23:06:05 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-21 23:06:05 +0000 |
commit | 00d7e6289878922b937039cf542144a8c7906e8e (patch) | |
tree | c32e756faa3f6c079b81c5f759a65642b210bd2e /webkit/glue/webview_impl.h | |
parent | 33eb5ad09b9cc9fe9f1fb95c4ba41ace5c3b6bc8 (diff) | |
download | chromium_src-00d7e6289878922b937039cf542144a8c7906e8e.zip chromium_src-00d7e6289878922b937039cf542144a8c7906e8e.tar.gz chromium_src-00d7e6289878922b937039cf542144a8c7906e8e.tar.bz2 |
Use webtextinput to insert text for middle-click paste.
Remove InsertText() from webview.
Review URL: http://codereview.chromium.org/87002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14153 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webview_impl.h')
-rw-r--r-- | webkit/glue/webview_impl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h index 373bcd5..5b3565b 100644 --- a/webkit/glue/webview_impl.h +++ b/webkit/glue/webview_impl.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -92,7 +92,6 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> { virtual void ZoomIn(bool text_only); virtual void ZoomOut(bool text_only); virtual void ResetZoom(); - virtual void InsertText(const string16& text); virtual void CopyImageAt(int x, int y); virtual void InspectElement(int x, int y); virtual void ShowJavaScriptConsole(); |