summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 23:36:30 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 23:36:30 +0000
commit0f44d3e778979b6f1acae43a39e4b4bf9d557c8b (patch)
tree8f37c45a6e7de25156fbaa7516373920d96a8500 /chrome/browser/tab_contents
parentbd1d148d3f4888f715c2c9995d78b9294c35084b (diff)
downloadchromium_src-0f44d3e778979b6f1acae43a39e4b4bf9d557c8b.zip
chromium_src-0f44d3e778979b6f1acae43a39e4b4bf9d557c8b.tar.gz
chromium_src-0f44d3e778979b6f1acae43a39e4b4bf9d557c8b.tar.bz2
Gtk dialogs, first cut.
Only the Save As file selection dialog is implemented for now. Review URL: http://codereview.chromium.org/42152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r--chrome/browser/tab_contents/web_contents.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/web_contents.h b/chrome/browser/tab_contents/web_contents.h
index 37c4ef7..5a07b5f 100644
--- a/chrome/browser/tab_contents/web_contents.h
+++ b/chrome/browser/tab_contents/web_contents.h
@@ -29,6 +29,8 @@
#include "chrome/common/temp_scaffolding_stubs.h"
#elif defined(OS_WIN)
#include "chrome/browser/printing/print_view_manager.h"
+#endif
+#if defined(OS_LINUX) || defined(OS_WIN)
#include "chrome/browser/shell_dialogs.h"
#endif