diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 22:51:54 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 22:51:54 +0000 |
commit | b232fc0b33f3c21a90918be4b646ccef388c9e63 (patch) | |
tree | 78f53df2e06f8873cc6a5ad80a23e5ff2c981428 /chrome/browser/views/browser_dialogs.h | |
parent | 1cb660eceb9de5b7d1ea7b97be06034c0cae8ae0 (diff) | |
download | chromium_src-b232fc0b33f3c21a90918be4b646ccef388c9e63.zip chromium_src-b232fc0b33f3c21a90918be4b646ccef388c9e63.tar.gz chromium_src-b232fc0b33f3c21a90918be4b646ccef388c9e63.tar.bz2 |
Relanding the page info on Gtk Linux.
Review URL: http://codereview.chromium.org/159657
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/browser_dialogs.h')
-rw-r--r-- | chrome/browser/views/browser_dialogs.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/views/browser_dialogs.h b/chrome/browser/views/browser_dialogs.h index 8806976..c2b13f3 100644 --- a/chrome/browser/views/browser_dialogs.h +++ b/chrome/browser/views/browser_dialogs.h @@ -6,7 +6,6 @@ #define CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_ #include "base/gfx/native_widget_types.h" -#include "chrome/browser/tab_contents/navigation_entry.h" // This file contains functions for running a variety of browser dialogs and // popups. The dialogs here are the ones that the caller does not need to @@ -98,16 +97,6 @@ void EditSearchEngine(gfx::NativeWindow parent, EditSearchEngineControllerDelegate* delegate, Profile* profile); -// Shows the page info using the specified information. -// |url| is the url of the page/frame the info applies to, |ssl| is the SSL -// information for that page/frame. If |show_history| is true, a section -// showing how many times that URL has been visited is added to the page info. -void ShowPageInfo(gfx::NativeWindow parent, - Profile* profile, - const GURL& url, - const NavigationEntry::SSLStatus& ssl, - bool show_history); - } // namespace browser #endif // CHROME_BROWSER_VIEWS_BROWSER_DIALOGS_H_ |