summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/certificate_dialogs.h
diff options
context:
space:
mode:
authorabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 19:00:46 +0000
committerabodenha@chromium.org <abodenha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-29 19:00:46 +0000
commit9125457c794da8d85e4190948ed27555c41b0dd9 (patch)
treead65c8b587fbc5e8a8d812d5dc7ced6d36ec9bed /chrome/browser/ui/certificate_dialogs.h
parent05f8087de3f9aecb476983fe2db85fd19e48650e (diff)
downloadchromium_src-9125457c794da8d85e4190948ed27555c41b0dd9.zip
chromium_src-9125457c794da8d85e4190948ed27555c41b0dd9.tar.gz
chromium_src-9125457c794da8d85e4190948ed27555c41b0dd9.tar.bz2
Breaks compile on Linux Aura
Revert 144938 - 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 TBR=erg@chromium.org Review URL: https://chromiumcodereview.appspot.com/10698053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144945 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, 2 insertions, 1 deletions
diff --git a/chrome/browser/ui/certificate_dialogs.h b/chrome/browser/ui/certificate_dialogs.h
index a1a36fd..fda553d 100644
--- a/chrome/browser/ui/certificate_dialogs.h
+++ b/chrome/browser/ui/certificate_dialogs.h
@@ -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);