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

Side by Side Diff: content/shell/browser/shell_content_browser_client.h

Issue 2838243002: Remove client_certs from SSLCertRequestInfo. (Closed)
Patch Set: revert stray whitespace change Created 3 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_ 5 #ifndef CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_
6 #define CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_ 6 #define CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 WebContentsViewDelegate* GetWebContentsViewDelegate( 47 WebContentsViewDelegate* GetWebContentsViewDelegate(
48 WebContents* web_contents) override; 48 WebContents* web_contents) override;
49 QuotaPermissionContext* CreateQuotaPermissionContext() override; 49 QuotaPermissionContext* CreateQuotaPermissionContext() override;
50 void GetQuotaSettings( 50 void GetQuotaSettings(
51 content::BrowserContext* context, 51 content::BrowserContext* context,
52 content::StoragePartition* partition, 52 content::StoragePartition* partition,
53 const storage::OptionalQuotaSettingsCallback& callback) override; 53 const storage::OptionalQuotaSettingsCallback& callback) override;
54 void SelectClientCertificate( 54 void SelectClientCertificate(
55 WebContents* web_contents, 55 WebContents* web_contents,
56 net::SSLCertRequestInfo* cert_request_info, 56 net::SSLCertRequestInfo* cert_request_info,
57 net::CertificateList client_certs,
57 std::unique_ptr<ClientCertificateDelegate> delegate) override; 58 std::unique_ptr<ClientCertificateDelegate> delegate) override;
58 SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate() 59 SpeechRecognitionManagerDelegate* CreateSpeechRecognitionManagerDelegate()
59 override; 60 override;
60 net::NetLog* GetNetLog() override; 61 net::NetLog* GetNetLog() override;
61 bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context, 62 bool ShouldSwapProcessesForRedirect(BrowserContext* browser_context,
62 const GURL& current_url, 63 const GURL& current_url,
63 const GURL& new_url) override; 64 const GURL& new_url) override;
64 DevToolsManagerDelegate* GetDevToolsManagerDelegate() override; 65 DevToolsManagerDelegate* GetDevToolsManagerDelegate() override;
65 66
66 void OpenURL(BrowserContext* browser_context, 67 void OpenURL(BrowserContext* browser_context,
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 resource_dispatcher_host_delegate_; 108 resource_dispatcher_host_delegate_;
108 109
109 base::Closure select_client_certificate_callback_; 110 base::Closure select_client_certificate_callback_;
110 111
111 ShellBrowserMainParts* shell_browser_main_parts_; 112 ShellBrowserMainParts* shell_browser_main_parts_;
112 }; 113 };
113 114
114 } // namespace content 115 } // namespace content
115 116
116 #endif // CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_ 117 #endif // CONTENT_SHELL_BROWSER_SHELL_CONTENT_BROWSER_CLIENT_H_
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.cc ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698