| Index: chrome/common/temp_scaffolding_stubs.cc
|
| diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc
|
| index 5aa41e5a426bddd96f49b4442f19bd9b788c05d4..fc34174aadc5e1ad68da824591b65121f3abcc88 100644
|
| --- a/chrome/common/temp_scaffolding_stubs.cc
|
| +++ b/chrome/common/temp_scaffolding_stubs.cc
|
| @@ -224,12 +224,14 @@ bool RLZTracker::RecordProductEvent(Product product, AccessPoint point,
|
| void RunRepostFormWarningDialog(NavigationController*) {
|
| }
|
|
|
| +#if defined(OS_MACOSX)
|
| LoginHandler* CreateLoginPrompt(net::AuthChallengeInfo* auth_info,
|
| URLRequest* request,
|
| MessageLoop* ui_loop) {
|
| NOTIMPLEMENTED();
|
| return NULL;
|
| }
|
| +#endif
|
|
|
| //--------------------------------------------------------------------------
|
|
|
|
|