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

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

Issue 7654001: Remove an unnecessary argument. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/omnibox/omnibox_view_views.h
===================================================================
--- chrome/browser/ui/views/omnibox/omnibox_view_views.h (revision 96793)
+++ chrome/browser/ui/views/omnibox/omnibox_view_views.h (working copy)
@@ -156,8 +156,7 @@
// Selects the text given by |caret| and |end|.
void SelectRange(size_t caret, size_t end);
- AutocompletePopupView* CreatePopupView(Profile* profile,
- View* location_bar);
+ AutocompletePopupView* CreatePopupView(View* location_bar);
views::Textfield* textfield_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/omnibox/omnibox_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698