Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2167)

Unified Diff: content/shell/browser/shell_javascript_dialog.h

Issue 231733005: Delete the GTK+ port of Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remerge to ToT Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/shell/browser/shell_javascript_dialog.h
diff --git a/content/shell/browser/shell_javascript_dialog.h b/content/shell/browser/shell_javascript_dialog.h
index 233296bdad2c170eb719180fd7b6ccb35700cd01..b2d4d42b916499ad03ccaff94d8fef8d805031ad 100644
--- a/content/shell/browser/shell_javascript_dialog.h
+++ b/content/shell/browser/shell_javascript_dialog.h
@@ -7,10 +7,6 @@
#include "content/public/browser/javascript_dialog_manager.h"
-#if defined(TOOLKIT_GTK)
-#include "ui/base/gtk/gtk_signal.h"
-#endif
-
#if defined(OS_MACOSX)
#if __OBJC__
@class ShellJavaScriptDialogHelper;
@@ -50,10 +46,6 @@ class ShellJavaScriptDialog {
base::string16 default_prompt_text_;
static INT_PTR CALLBACK DialogProc(HWND dialog, UINT message, WPARAM wparam,
LPARAM lparam);
-#elif defined(TOOLKIT_GTK)
- GtkWidget* gtk_dialog_;
- gfx::NativeWindow parent_window_;
- CHROMEGTK_CALLBACK_1(ShellJavaScriptDialog, void, OnResponse, int);
#endif
DISALLOW_COPY_AND_ASSIGN(ShellJavaScriptDialog);

Powered by Google App Engine
This is Rietveld 408576698