Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(845)

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_view_win.h

Issue 10386085: Support 'Paste and Go' action in omnibox Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « chrome/browser/ui/views/omnibox/omnibox_view_views.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_view_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698