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

Unified Diff: chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm

Issue 2808823002: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (Closed)
Patch Set: MacViews: Allows the toolkit-views Manage Passwords Dialog to be used (rebase) Created 3 years, 8 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/credentials_selection_view_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
similarity index 97%
rename from chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm
rename to chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
index b2af0e3af19737eaaa4582a032e170e8dc7f2f62..e6319c345646bcb3e684d20e8fef6999d8acc6be 100644
--- a/chrome/browser/ui/cocoa/passwords/credentials_selection_view.mm
+++ b/chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.mm
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "chrome/browser/ui/cocoa/passwords/credentials_selection_view.h"
+#import "chrome/browser/ui/cocoa/passwords/credentials_selection_view_cocoa.h"
#include <stddef.h>
@@ -61,8 +61,8 @@ NSPopUpButton* CreateUsernamesPopUpButton(
// Create the pop up button with usernames and the password field.
usernamePopUpButton_.reset([CreateUsernamesPopUpButton(
- model_->local_credentials(),
- model_->pending_password().username_value) retain]);
+ model_->local_credentials(), model_->pending_password().username_value)
+ retain]);
passwordField_.reset(
[PasswordLabel(model_->pending_password().password_value) retain]);

Powered by Google App Engine
This is Rietveld 408576698