| Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_views.h b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| index 392d2a18b6182f167e4598c5058ef1a0d42352fb..b2f9f00898859faaa3dcf4f4e60cdda2ec8222d5 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_views.h
|
| @@ -167,6 +167,9 @@ class OmniboxViewViews
|
| // Returns the selected text.
|
| string16 GetSelectedText() const;
|
|
|
| + // Copy the URL instead of the text in the textfield into clipboard.
|
| + void CopyURL();
|
| +
|
| views::Textfield* textfield_;
|
|
|
| // When true, the location bar view is read only and also is has a slightly
|
|
|