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

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

Issue 1411733009: Bulk rename files in chrome/browser/ui/cocoa/passwords/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-federation
Patch Set: Created 5 years, 2 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
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
deleted file mode 100644
index ea0023ee4ef9f9bfd6f731893ea588da39df077c..0000000000000000000000000000000000000000
--- a/chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controller.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_PENDING_VIEW_CONTROLLER_H_
-#define CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_PENDING_VIEW_CONTROLLER_H_
-
-#import <Cocoa/Cocoa.h>
-
-#include "base/mac/scoped_nsobject.h"
-#import "chrome/browser/ui/cocoa/passwords/manage_passwords_bubble_content_view_controller.h"
-
-class ManagePasswordsBubbleModel;
-@class PasswordsListViewController;
-
-// Manages the view that offers to save the user's password.
-@interface ManagePasswordsBubblePendingViewController
- : ManagePasswordsBubbleContentViewController<NSTextViewDelegate> {
- @private
- ManagePasswordsBubbleModel* model_; // weak
- base::scoped_nsobject<NSButton> saveButton_;
- base::scoped_nsobject<NSButton> neverButton_;
- base::scoped_nsobject<NSButton> closeButton_;
- base::scoped_nsobject<PasswordsListViewController> passwordItem_;
-}
-- (id)initWithModel:(ManagePasswordsBubbleModel*)model
- delegate:(id<ManagePasswordsBubbleContentViewDelegate>)delegate;
-@end
-
-@interface ManagePasswordsBubblePendingViewController (Testing)
-@property(readonly) NSButton* saveButton;
-@property(readonly) NSButton* neverButton;
-@property(readonly) NSButton* closeButton;
-@end
-
-#endif // CHROME_BROWSER_UI_COCOA_PASSWORDS_MANAGE_PASSWORDS_BUBBLE_PENDING_VIEW_CONTROLLER_H_

Powered by Google App Engine
This is Rietveld 408576698