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

Unified Diff: chrome/browser/login_prompt_mac.h

Issue 173341: Autofill http auth dialog on os x and linux. (Closed)
Patch Set: linux compiles and works Created 11 years, 4 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
diff --git a/chrome/browser/login_prompt_mac.h b/chrome/browser/login_prompt_mac.h
index 3cc5f8b055ddbf4b0ef1a2a3968696544cfdc1eb..28e8c3865a7783448dc20f34827281fa6fa3cecd 100644
--- a/chrome/browser/login_prompt_mac.h
+++ b/chrome/browser/login_prompt_mac.h
@@ -22,7 +22,8 @@ class LoginHandlerMac;
- (IBAction)cancelPressed:(id)sender;
- (void)sheetDidEnd:(NSWindow*)sheet
returnCode:(int)returnCode
- contextInfo:(void *)contextInfo;
+ contextInfo:(void*)contextInfo;
+- (void)autofillLogin:(NSString*)login password:(NSString*)password;
@end
#endif // CHROME_BROWSER_LOGIN_PROMPT_MAC_H_

Powered by Google App Engine
This is Rietveld 408576698