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

Unified Diff: chrome/browser/ui/cocoa/login_prompt_cocoa.h

Issue 1466473003: Do not show untrustworthy strings in the basic auth dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix XIB. Created 5 years 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 | « chrome/browser/ui/android/login_prompt_android.cc ('k') | chrome/browser/ui/cocoa/login_prompt_cocoa.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/login_prompt_cocoa.h
diff --git a/chrome/browser/ui/cocoa/login_prompt_cocoa.h b/chrome/browser/ui/cocoa/login_prompt_cocoa.h
index 1607da5a9dfcff95898d7653a9ee5ac3160cd62d..37245901334a560a4e672538d9bfcce975aab6c5 100644
--- a/chrome/browser/ui/cocoa/login_prompt_cocoa.h
+++ b/chrome/browser/ui/cocoa/login_prompt_cocoa.h
@@ -15,6 +15,7 @@ class LoginHandlerMac;
@private
IBOutlet NSTextField* nameField_;
IBOutlet NSSecureTextField* passwordField_;
+ IBOutlet NSTextField* authorityField_;
IBOutlet NSTextField* explanationField_;
IBOutlet NSButton* loginButton_;
IBOutlet NSButton* cancelButton_;
@@ -24,6 +25,7 @@ class LoginHandlerMac;
- (IBAction)loginPressed:(id)sender;
- (IBAction)cancelPressed:(id)sender;
- (void)autofillLogin:(NSString*)login password:(NSString*)password;
+- (void)setAuthority:(NSString*)authority;
- (void)setExplanation:(NSString*)explanation;
@end
« no previous file with comments | « chrome/browser/ui/android/login_prompt_android.cc ('k') | chrome/browser/ui/cocoa/login_prompt_cocoa.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698