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

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

Issue 11734015: Fix clipboard operations through the wrench menu not working in the find bar or other controls. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: make work with devtools Created 7 years, 12 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_views.h
===================================================================
--- chrome/browser/ui/views/omnibox/omnibox_view_views.h (revision 174803)
+++ chrome/browser/ui/views/omnibox/omnibox_view_views.h (working copy)
@@ -85,9 +85,6 @@
// the root view.
bool IsLocationEntryFocusableInRootView() const;
- // Executes the given command on the text field.
- void ExecuteCommandOnTextField(int command_id);
-
// Implements views::View
virtual void Layout() OVERRIDE;
virtual void GetAccessibleState(ui::AccessibleViewState* state) OVERRIDE;
« no previous file with comments | « chrome/browser/ui/views/frame/browser_view.cc ('k') | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698