Index: chrome/browser/ui/views/omnibox/omnibox_view_win.h |
diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.h b/chrome/browser/ui/views/omnibox/omnibox_view_win.h |
index 47e42ab8250b3cad66d808c711f0718f04ba2506..39421a263941d12e254bfeefc63d97c4f47d6070 100644 |
--- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h |
+++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h |
@@ -374,11 +374,6 @@ class OmniboxViewWin |
// Internally invoked whenever the text changes in some way. |
void TextChanged(); |
- // Returns the current clipboard contents as a string that can be pasted in. |
- // In addition to just getting CF_UNICODETEXT out, this can also extract URLs |
- // from bookmarks on the clipboard. |
- string16 GetClipboardText() const; |
- |
// Determines whether the user can "paste and go", given the specified text. |
bool CanPasteAndGo(const string16& text) const; |