Index: chrome/browser/ui/gtk/extensions/shell_window_gtk.cc |
diff --git a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc |
index 5359588aebf16601400cdc7c718bb0f805e4ad63..f9fd4d75a3790b70705e7896d4e794e710690bce 100644 |
--- a/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc |
+++ b/chrome/browser/ui/gtk/extensions/shell_window_gtk.cc |
@@ -151,10 +151,6 @@ void ShellWindowGtk::SetBounds(const gfx::Rect& bounds) { |
gtk_window_resize(window_, bounds.width(), bounds.height()); |
} |
-void ShellWindowGtk::SetDraggableRegion(SkRegion* region) { |
- // TODO: implement |
-} |
- |
void ShellWindowGtk::FlashFrame(bool flash) { |
gtk_window_set_urgency_hint(window_, flash); |
} |