From e838217a07f277f8bf751aaaac6fb1005a533d47 Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Fri, 19 Jun 2009 22:16:28 +0000 Subject: GTK: HTTP Auth dialogs under linux. - Implements a ConstrainedWindowGtk which positions itself in the center of its corresponding TabContentsViewGtk. - Implements LoginPromptGtk. HTTP Auth now works under Linux. - Renames ConstrainedWindowImpl to ConstrainedWindowWin http://crbug.com/11512 Review URL: http://codereview.chromium.org/132047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18864 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/automation/automation_provider.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chrome/browser/automation') diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc index 7cde178..bcfd7a5 100755 --- a/chrome/browser/automation/automation_provider.cc +++ b/chrome/browser/automation/automation_provider.cc @@ -60,10 +60,14 @@ #include "chrome/browser/character_encoding.h" #include "chrome/browser/download/save_package.h" #include "chrome/browser/external_tab_container.h" -#include "chrome/browser/login_prompt.h" #include "chrome/browser/printing/print_job.h" #endif // defined(OS_WIN) +#if defined(OS_WIN) || defined(OS_LINUX) +// TODO(port): Port these to the mac. +#include "chrome/browser/login_prompt.h" +#endif + #if defined(OS_WIN) #include "chrome/browser/views/bookmark_bar_view.h" #include "views/widget/root_view.h" -- cgit v1.1