Index: chrome/browser/ui/gtk/browser_window_gtk.cc |
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.cc b/chrome/browser/ui/gtk/browser_window_gtk.cc |
index b4001e454590e1052b729054dbadda18f7f56245..42b0f18ca6d46d0b4bdd10811ef25f1cf8e4b47a 100644 |
--- a/chrome/browser/ui/gtk/browser_window_gtk.cc |
+++ b/chrome/browser/ui/gtk/browser_window_gtk.cc |
@@ -113,6 +113,8 @@ using content::SSLStatus; |
using content::WebContents; |
using web_modal::WebContentsModalDialogHost; |
+#error "The GTK+ port will be deleted later this week. If you are seeing this, you are trying to compile it. Please check your gyp flags for 'use_aura=0' and remove them." |
+ |
namespace { |
// The number of milliseconds between loading animation frames. |