| Index: chrome/common/temp_scaffolding_stubs.h
|
| diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
|
| index 78a42a1c4ab28fd49427de909bc7c6639912517a..3bf3a8e32ddf9927005cdcb066271fecc4e2bbaf 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.h
|
| +++ b/chrome/common/temp_scaffolding_stubs.h
|
| @@ -347,6 +347,7 @@ class HtmlDialogContents {
|
| };
|
| };
|
|
|
| +#if defined(OS_MACOSX)
|
| class LoginHandler {
|
| public:
|
| void SetAuth(const std::wstring& username,
|
| @@ -356,14 +357,17 @@ class LoginHandler {
|
| void CancelAuth() { NOTIMPLEMENTED(); }
|
| void OnRequestCancelled() { NOTIMPLEMENTED(); }
|
| };
|
| +#endif
|
|
|
| namespace net {
|
| class AuthChallengeInfo;
|
| }
|
|
|
| +#if defined(OS_MACOSX)
|
| LoginHandler* CreateLoginPrompt(net::AuthChallengeInfo* auth_info,
|
| URLRequest* request,
|
| MessageLoop* ui_loop);
|
| +#endif
|
|
|
| class RepostFormWarningDialog {
|
| public:
|
|
|