summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/certificate_dialogs.h
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 18:35:10 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 18:35:10 +0000
commit0a28c50fbb45f55dbb9ff9938cca6d40b59ebe01 (patch)
treea2572b24dfbb6ae1de33cb08f7d421fea56b9768 /chrome/browser/ui/certificate_dialogs.h
parenta979baca45943185ba021fd2357dd9144d96f9bc (diff)
downloadchromium_src-0a28c50fbb45f55dbb9ff9938cca6d40b59ebe01.zip
chromium_src-0a28c50fbb45f55dbb9ff9938cca6d40b59ebe01.tar.gz
chromium_src-0a28c50fbb45f55dbb9ff9938cca6d40b59ebe01.tar.bz2
Start consolidating cross-port file selection code into ui/base/dialogs.
Part 2: Split the chrome specific policy code into a chrome class that implements a general interface. In the next patch, we'll actually move SelectFileDialog to ui/base/dialogs/. BUG=134529 TEST=none Review URL: https://chromiumcodereview.appspot.com/10667026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144938 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/certificate_dialogs.h')
-rw-r--r--chrome/browser/ui/certificate_dialogs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/ui/certificate_dialogs.h b/chrome/browser/ui/certificate_dialogs.h
index fda553d..a1a36fd 100644
--- a/chrome/browser/ui/certificate_dialogs.h
+++ b/chrome/browser/ui/certificate_dialogs.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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,7 +12,6 @@
void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog,
SelectFileDialog::Type type,
const FilePath& suggested_path,
- content::WebContents* web_contents,
gfx::NativeWindow parent,
void* params);