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

Unified Diff: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h

Issue 1139913004: [Smart Lock] Branding string (Google Smart Lock) in Mac save password infobar should be a link. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
index b5add01194526cec33b55017619becc78a53c3b9..3ae40933aa35221bd9d84437848f3e69fd451b23 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
@@ -10,6 +10,8 @@
#include "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
+@class HyperlinkTextView;
+
namespace ui {
class ComboboxModel;
} // namespace ui
@@ -30,11 +32,12 @@ class ManagePasswordsBubbleModel;
// Manages the view that offers to save the user's password.
@interface ManagePasswordsBubblePendingViewController
- : ManagePasswordsBubbleContentViewController {
+ : ManagePasswordsBubbleContentViewController<NSTextViewDelegate> {
@private
ManagePasswordsBubbleModel* model_; // weak
base::scoped_nsobject<NSButton> saveButton_;
base::scoped_nsobject<BubbleCombobox> nopeButton_;
+ base::scoped_nsobject<HyperlinkTextView> titleView_;
base::scoped_nsobject<ManagePasswordItemViewController> passwordItem_;
}
- (id)initWithModel:(ManagePasswordsBubbleModel*)model
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698