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

Unified Diff: chrome/common/temp_scaffolding_stubs.h

Issue 164391: Implement http auth login dialog for OS X. (Closed)
Patch Set: re-disable nonfuntional test 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/temp_scaffolding_stubs.h
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index 1e681eb8bcc0fb3d6d71e1587ba6e3d5d21fd94b..898081bfd64a97f02a3fdba64daf18506ed398f0 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -349,28 +349,6 @@ class HtmlDialogContents {
};
};
-#if defined(OS_MACOSX)
-class LoginHandler {
- public:
- void SetAuth(const std::wstring& username,
- const std::wstring& password) {
- NOTIMPLEMENTED();
- }
- 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:
static void RunRepostFormWarningDialog(NavigationController*) { }
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698