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

Unified Diff: chrome/browser/login_prompt_mac.h

Issue 196109: Load the http auth dialog from the main bundle.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/login_prompt_mac.h
===================================================================
--- chrome/browser/login_prompt_mac.h (revision 26109)
+++ chrome/browser/login_prompt_mac.h (working copy)
@@ -15,6 +15,7 @@
@private
IBOutlet NSTextField* nameField_;
IBOutlet NSSecureTextField* passwordField_;
+ IBOutlet NSTextField* explanationField_;
LoginHandlerMac* handler_; // weak, owns us
}
- (id)initWithLoginHandler:(LoginHandlerMac*)handler;
@@ -24,6 +25,7 @@
returnCode:(int)returnCode
contextInfo:(void*)contextInfo;
- (void)autofillLogin:(NSString*)login password:(NSString*)password;
+- (void)setExplanation:(NSString*)explanation;
@end
#endif // CHROME_BROWSER_LOGIN_PROMPT_MAC_H_
Property changes on: chrome/browser/login_prompt_mac.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698