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

Unified Diff: content/shell/browser/shell.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.h
diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
index 1156f21d89cdfddf7f652e419110c8c1d8d6c45f..4acffff46eabad7d207214a1c6908e385f605b65 100644
--- a/content/shell/browser/shell.h
+++ b/content/shell/browser/shell.h
@@ -18,12 +18,7 @@
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
-#if defined(TOOLKIT_GTK)
-#include <gtk/gtk.h>
-#include "ui/base/gtk/gtk_signal.h"
-
-typedef struct _GtkToolItem GtkToolItem;
-#elif defined(OS_ANDROID)
+#if defined(OS_ANDROID)
#include "base/android/scoped_java_ref.h"
#elif defined(USE_AURA)
#if defined(OS_CHROMEOS)
@@ -71,7 +66,7 @@ class Shell : public WebContentsDelegate,
void ShowDevToolsForElementAt(int x, int y);
void ShowDevToolsForTest(const std::string& settings);
void CloseDevTools();
-#if defined(TOOLKIT_GTK) || defined(OS_MACOSX)
+#if defined(OS_MACOSX)
// Resizes the web content view to the given dimensions.
void SizeTo(const gfx::Size& content_size);
#endif

Powered by Google App Engine
This is Rietveld 408576698