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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 132047: GTK: HTTP Auth dialogs under linux. (Closed)
Patch Set: Fix for evanm Created 11 years, 6 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/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:

Powered by Google App Engine
This is Rietveld 408576698