Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
index e19c35526ea9df2e58dd57112ad540020d8c5add..b1e3a17fd1dc24e88c563ccf5582d1b52791f09c 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
+++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h |
@@ -166,6 +166,9 @@ class LocationBarViewMac : public LocationBar, |
AutocompleteTextField* GetAutocompleteTextField() { return field_; } |
+ ManagePasswordsDecoration* manage_passwords_decoration() { |
+ return manage_passwords_decoration_.get(); |
+ } |
// content::NotificationObserver: |
virtual void Observe(int type, |