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 27fc10a680361e27e9a035182cf15ad921bea879..5a40d32094e5e4fcf1943e832fdc16e3b8452327 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, |