| Index: chrome/browser/ui/certificate_dialogs.h
|
| ===================================================================
|
| --- chrome/browser/ui/certificate_dialogs.h (revision 144942)
|
| +++ chrome/browser/ui/certificate_dialogs.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -12,6 +12,7 @@
|
| void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog,
|
| SelectFileDialog::Type type,
|
| const FilePath& suggested_path,
|
| + content::WebContents* web_contents,
|
| gfx::NativeWindow parent,
|
| void* params);
|
|
|
|
|