| Index: chrome/browser/ui/views/stubs_aura.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/stubs_aura.cc (revision 142088)
|
| +++ chrome/browser/ui/views/stubs_aura.cc (working copy)
|
| @@ -43,7 +43,8 @@
|
| } // namespace browser
|
|
|
| #if defined(OS_WIN)
|
| -void ShowCertificateViewer(gfx::NativeWindow parent,
|
| +void ShowCertificateViewer(content::WebContents* web_contents,
|
| + gfx::NativeWindow parent,
|
| net::X509Certificate* cert) {
|
| // No certificate viewer on Windows.
|
| }
|
|
|