Index: chrome/browser/ui/certificate_dialogs.h |
diff --git a/chrome/browser/ui/certificate_dialogs.h b/chrome/browser/ui/certificate_dialogs.h |
index 9787ffc769774f118cbce5d66be215f9fe19984e..50a4ae8bc920bca2c0cd4d7c7285517119530326 100644 |
--- a/chrome/browser/ui/certificate_dialogs.h |
+++ b/chrome/browser/ui/certificate_dialogs.h |
@@ -20,6 +20,12 @@ void ShowCertSelectFileDialog(ui::SelectFileDialog* select_file_dialog, |
void ShowCertExportDialog(content::WebContents* web_contents, |
gfx::NativeWindow parent, |
- net::X509Certificate::OSCertHandle cert); |
+ const scoped_refptr<net::X509Certificate>& cert); |
+ |
+void ShowCertExportDialog( |
Ryan Sleevi
2014/07/11 01:33:59
Perhaps document ;)
mattm
2014/07/11 01:47:52
Done.
|
+ content::WebContents* web_contents, |
+ gfx::NativeWindow parent, |
+ net::X509Certificate::OSCertHandles::iterator certs_begin, |
+ net::X509Certificate::OSCertHandles::iterator certs_end); |
#endif // CHROME_BROWSER_UI_CERTIFICATE_DIALOGS_H_ |