diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 19:25:20 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-14 19:25:20 +0000 |
commit | 1bf956b6f611bd3e116489bfdef7ac9048db0308 (patch) | |
tree | f3b14d4f2cd2cdec5f6d6fe367880083ca1b94d1 /chrome/browser/login_prompt_mac.h | |
parent | c0ba2a0d704149385556397589de783130ea6d2f (diff) | |
download | chromium_src-1bf956b6f611bd3e116489bfdef7ac9048db0308.zip chromium_src-1bf956b6f611bd3e116489bfdef7ac9048db0308.tar.gz chromium_src-1bf956b6f611bd3e116489bfdef7ac9048db0308.tar.bz2 |
Load the http auth dialog from the main bundle.
Localize the http auth dialog.
Add the explanation to the http auth dialog.
Autosize the http auth dialog after putting in the explanation.
TEST=http auto ui should now be localized.
BUG=20532
Review URL: http://codereview.chromium.org/196109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/login_prompt_mac.h')
-rw-r--r-- | chrome/browser/login_prompt_mac.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/login_prompt_mac.h b/chrome/browser/login_prompt_mac.h index 28e8c38..ae44f4a 100644 --- a/chrome/browser/login_prompt_mac.h +++ b/chrome/browser/login_prompt_mac.h @@ -15,6 +15,7 @@ class LoginHandlerMac; @private IBOutlet NSTextField* nameField_; IBOutlet NSSecureTextField* passwordField_; + IBOutlet NSTextField* explanationField_; LoginHandlerMac* handler_; // weak, owns us } - (id)initWithLoginHandler:(LoginHandlerMac*)handler; @@ -24,6 +25,7 @@ class LoginHandlerMac; 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_ |