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

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

Issue 450643003: Add ManagePasswordsBubbleNeverSaveViewController and unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style Created 6 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/cocoa/passwords/manage_passwords_bubble_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_controller.h
diff --git a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
index ebf667f470688af0514c4477e1438e88bf94586d..8ad14db9ba7971f1c00973281bc12f1a4aa10955 100644
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.h
@@ -10,6 +10,7 @@
#include "base/mac/scoped_nsobject.h"
#import "chrome/browser/ui/cocoa/base_bubble_controller.h"
#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
+#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_controller.h"
#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h"
#include "chrome/browser/ui/passwords/manage_passwords_bubble_model.h"
@@ -18,6 +19,7 @@
// accordingly.
@interface ManagePasswordsBubbleController
: BaseBubbleController<ManagePasswordsBubbleContentViewDelegate,
+ ManagePasswordsBubbleNeverSaveViewDelegate,
ManagePasswordsBubblePendingViewDelegate> {
@private
ManagePasswordsBubbleModel* model_;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698