diff options
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.cc')
-rw-r--r-- | chrome/common/temp_scaffolding_stubs.cc | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.cc b/chrome/common/temp_scaffolding_stubs.cc index 8d6eb8a..3ca2278 100644 --- a/chrome/common/temp_scaffolding_stubs.cc +++ b/chrome/common/temp_scaffolding_stubs.cc @@ -339,20 +339,6 @@ void RunBeforeUnloadDialog(WebContents* web_contents, NOTIMPLEMENTED(); } -bool SSLManager::DeserializeSecurityInfo(const std::string&, int*, int*, int*) { - NOTIMPLEMENTED(); - return false; -} - -void SSLManager::OnSSLCertificateError( - ResourceDispatcherHost* resource_dispatcher, - URLRequest* request, - int cert_error, - net::X509Certificate* cert, - MessageLoop* ui_loop) { - NOTIMPLEMENTED(); -} - //-------------------------------------------------------------------------- void RunRepostFormWarningDialog(NavigationController*) { @@ -430,6 +416,11 @@ void DebuggerShell::ProcessCommand(const std::wstring& data) { } #endif // !CHROME_DEBUGGER_DISABLED +SSLPolicy* SSLPolicy::GetDefaultPolicy() { + NOTIMPLEMENTED(); + return NULL; +} + void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend*, history::URLDatabase*, HistoryURLProviderParams*) { |