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

Unified Diff: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm

Issue 78053009: Adds handling of clicking on the omnibox search/go button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/cocoa/location_bar/search_button_decoration.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
index e404a47b9be0917df57aea3eb8566eff504355de..4d2457ae26777b0813800983daa4bb7f9edc2cac 100644
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
@@ -99,7 +99,7 @@ LocationBarViewMac::LocationBarViewMac(
mic_search_decoration_(new MicSearchDecoration(command_updater)),
generated_credit_card_decoration_(
new GeneratedCreditCardDecoration(this)),
- search_button_decoration_(new SearchButtonDecoration()),
+ search_button_decoration_(new SearchButtonDecoration(this)),
profile_(profile),
browser_(browser),
weak_ptr_factory_(this) {
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/search_button_decoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698